Einführung
PHP Manual
PHP Manual»SOAP»SoapHeader

Die Klasse SoapHeader

(PHP 5, PHP 7, PHP 8)

Stellt einen SOAP-Header dar.

class SoapHeader {
/* Eigenschaften */
public string $name;
public mixed $data = null;
/* Methoden */
public function __construct(
    string $namespace,
    string $name,
    mixed $data = ?,
    bool $mustunderstand = ?,
    string $actor = ?
)
}
actor

data

mustUnderstand

name

namespace

Inhaltsverzeichnis

To Top