43require_once
'XML/RPC2/Exception.php';
44require_once
'XML/RPC2/Backend/Php/Value/Scalar.php';
83 return '<string>' . strtr($this->
getNativeValue(),array(
'&' =>
'&',
'<' =>
'<' ,
'>' =>
'>')) .
'</string>';
99 if ($xml->string->asXML() === FALSE) {
100 return (
string) $xml;
102 return (
string) $xml->string;
setScalarType($value)
scalarType property setter
encode()
Encode the instance into XML, for transport.
static decode($xml)
Decode transport XML and set the instance value accordingly.
__construct($nativeValue)
Constructor.
setNativeValue($value)
nativeValue setter
getNativeValue()
nativeValue property getter