Класс SoapHeader

(PHP 5, PHP 7, PHP 8)

Введение

Представляет заголовок SOAP.

Обзор классов

class SoapHeader {
/* Свойства */
public string $name;
public mixed $data = null;
/* Методы */
public __construct(
    string $namespace,
    string $name,
    mixed $data = ?,
    bool $mustunderstand = ?,
    string $actor = ?
)
}

Свойства

actor

data

mustUnderstand

name

namespace

Содержание