Inheritance diagram for soapval:
Public Member Functions | |
soapval ($name='soapval', $type=false, $value=-1, $element_ns=false, $type_ns=false, $attributes=false) | |
serialize ($use='encoded') | |
decode () | |
soapval ($name='soapval', $type=false, $value=-1, $element_ns=false, $type_ns=false, $attributes=false) | |
serialize ($use='encoded') | |
decode () |
soapval::soapval | ( | $ | name = 'soapval' , |
|
$ | type = false , |
|||
$ | value = -1 , |
|||
$ | element_ns = false , |
|||
$ | type_ns = false , |
|||
$ | attributes = false | |||
) |
constructor
string | $name optional name | |
mixed | $type optional type name | |
mixed | $value optional value | |
mixed | $element_ns optional namespace of value | |
mixed | $type_ns optional namespace of type | |
mixed | $attributes associative array of attributes to add to element serialization public |
soapval::serialize | ( | $ | use = 'encoded' |
) |
return serialized value
string | $use The WSDL use value (encoded|literal) |
soapval::decode | ( | ) |
decodes a soapval object into a PHP native type
soapval::soapval | ( | $ | name = 'soapval' , |
|
$ | type = false , |
|||
$ | value = -1 , |
|||
$ | element_ns = false , |
|||
$ | type_ns = false , |
|||
$ | attributes = false | |||
) |
constructor
string | $name optional name | |
mixed | $type optional type name | |
mixed | $value optional value | |
mixed | $element_ns optional namespace of value | |
mixed | $type_ns optional namespace of type | |
mixed | $attributes associative array of attributes to add to element serialization public |
soapval::serialize | ( | $ | use = 'encoded' |
) |
return serialized value
string | $use The WSDL use value (encoded|literal) |
soapval::decode | ( | ) |
decodes a soapval object into a PHP native type