43 require_once
'XML/RPC2/Exception.php';
44 require_once
'XML/RPC2/Backend/Php/Value.php';
69 if (!is_array($value)) {
72 parent::setNativeValue($value);
102 $result .= strtr($name, array(
'&' =>
'&',
'<' =>
'<',
'>' =>
'>'));
127 $xml = simplexml_load_string($xml->asXML());
128 $values = $xml->xpath(
'/value/struct/member');
130 foreach (array_keys($values) as $i) {
__construct($nativeValue)
Constructor.
encode()
Encode the instance into XML, for transport.
static createFromNative($nativeValue, $explicitType=null)
Choose a XML_RPC2_Value subclass appropriate for the given value and create it.
setNativeValue($value)
nativeValue property setter
static decode($xml)
Decode transport XML and set the instance value accordingly.
static createFromDecode($simpleXML)
Decode an encoded value and build the applicable XML_RPC2_Value subclass.
getNativeValue()
nativeValue property getter