The SoapVar classIntroductionA class representing a variable or object for use with SOAP services. Class synopsis
SoapVar
/* Properties */
public
int
$enc_type;
public
mixed
$enc_value = null;
public
stringnull
$enc_stype = null;
public
stringnull
$enc_ns = null;
public
stringnull
$enc_name = null;
public
stringnull
$enc_namens = null;
/* Methods */
public __construct(
mixed $data,intnull $encoding,stringnull $typeName = null,stringnull $typeNamespace = null,stringnull $nodeName = null,stringnull $nodeNamespace = null) Properties
|