Represent a native XML-RPC value entity, used as parameters for the methods called by the Zend_XmlRpc_Client object and as the return value for those calls.
This object as a very important static function Zend_XmlRpc_Value::getXmlRpcValue, this function acts likes a factory for the Zend_XmlRpc_Value objects
Using this function, users/Zend_XmlRpc_Client object can create the Zend_XmlRpc_Value objects from PHP variables, XML string or by specifing the exact XML-RPC natvie type
Located in /Zend/XmlRpc/Value.php (line 70)
Class | Description |
---|---|
![]() |
|
![]() |
DOMElement representation of object (will be calculated only once)
XML code representation of this object (will be calculated only once)
The native XML-RPC type of this object
One of the XMLRPC_TYPE_* constants
The native XML-RPC representation of this object's value
If the native type of this object is array or struct, this will be an array of Zend_XmlRpc_Value objects
Creates a Zend_XmlRpc_Value* object, representing a native XML-RPC value
A XmlRpcValue object can be created in 3 ways:
Return DOMElement representation of object
Get the native XML-RPC type (the type is one of the Zend_XmlRpc_Value::XMLRPC_TYPE_* constants)
Return the value of this object, convert the XML-RPC native value into a PHP variable
Return the XML code that represent a native MXL-RPC value
Specify that the XML-RPC native type will be auto detected from a PHP variable type
All the XML-RPC native types
Specify that the XML-RPC value will be parsed out from a given XML code
Documentation generated on Wed, 21 Feb 2007 12:01:24 -0800 by phpDocumentor 1.3.1