php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
SoapVar Class Reference

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
 

Detailed Description

Definition at line 486 of file soap.stub.php.

Constructor & Destructor Documentation

◆ __construct()

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.

Field Documentation

◆ $enc_name

string SoapVar::$enc_name = null

Definition at line 492 of file soap.stub.php.

◆ $enc_namens

string SoapVar::$enc_namens = null

Definition at line 493 of file soap.stub.php.

◆ $enc_ns

string SoapVar::$enc_ns = null

Definition at line 491 of file soap.stub.php.

◆ $enc_stype

string SoapVar::$enc_stype = null

Definition at line 490 of file soap.stub.php.

◆ $enc_type

int SoapVar::$enc_type

Definition at line 488 of file soap.stub.php.

◆ $enc_value

mixed SoapVar::$enc_value = null

Definition at line 489 of file soap.stub.php.


The documentation for this class was generated from the following file: