php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (mixed $data, ?int $encoding, ?string $typeName=null, ?string $typeNamespace=null, ?string $nodeName=null, ?string $nodeNamespace=null) | |
Data Fields | |
int | $enc_type |
mixed | $enc_value = null |
string | $enc_stype = null |
string | $enc_ns = null |
string | $enc_name = null |
string | $enc_namens = null |
Definition at line 486 of file soap.stub.php.
SoapVar::__construct | ( | mixed | $data, |
?int | $encoding, | ||
?string | $typeName = null, | ||
?string | $typeNamespace = null, | ||
?string | $nodeName = null, | ||
?string | $nodeNamespace = null ) |
Definition at line 495 of file soap.stub.php.
string SoapVar::$enc_name = null |
Definition at line 492 of file soap.stub.php.
string SoapVar::$enc_namens = null |
Definition at line 493 of file soap.stub.php.
string SoapVar::$enc_ns = null |
Definition at line 491 of file soap.stub.php.
string SoapVar::$enc_stype = null |
Definition at line 490 of file soap.stub.php.
int SoapVar::$enc_type |
Definition at line 488 of file soap.stub.php.
mixed SoapVar::$enc_value = null |
Definition at line 489 of file soap.stub.php.