php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (string $namespace, string $name, mixed $data=UNKNOWN, bool $mustUnderstand=false, string|int|null $actor=null) | |
Data Fields | |
string | $namespace |
string | $name |
mixed | $data = null |
bool | $mustUnderstand |
string int null | $actor |
Definition at line 460 of file soap.stub.php.
SoapHeader::__construct | ( | string | $namespace, |
string | $name, | ||
mixed | $data = UNKNOWN, | ||
bool | $mustUnderstand = false, | ||
string|int|null | $actor = null ) |
Definition at line 468 of file soap.stub.php.
string int null SoapHeader::$actor |
Definition at line 466 of file soap.stub.php.
mixed SoapHeader::$data = null |
Definition at line 464 of file soap.stub.php.
bool SoapHeader::$mustUnderstand |
Definition at line 465 of file soap.stub.php.
string SoapHeader::$name |
Definition at line 463 of file soap.stub.php.
string SoapHeader::$namespace |
Definition at line 462 of file soap.stub.php.