-
$_encoding
-
Request character encoding
-
$_encoding
-
Response character encoding
-
$_fault
-
Fault, if response is a fault response
-
$_fault
-
Fault object, if any
-
$_headers
-
Array of headers
-
$_method
-
Method to call
-
$_params
-
Method parameters
-
$_return
-
Return value
-
$_type
-
Return type
-
$_xml
-
Raw XML as received via request
-
$_xml
-
XML request
-
$_xml
-
Raw XML as received via request
-
_getXmlRpcParams
-
Retrieve method parameters as XMLRPC values
-
_getXmlRpcReturn
-
Retrieve the XMLRPC value for the return value
-
__construct
-
Constructor
-
__construct
-
Constructor
-
__construct
-
Constructor
-
__construct
-
Create a new XML-RPC request
-
__toString
-
Override __toString() to send HTTP Content-Type header
-
__toString
-
Return XML response
-
__toString
-
Return XML request
-
__call
-
Call a method in this namespace.
-
__construct
-
Create a new XML-RPC client to a remote server
-
__construct
-
Class constructor
-
__construct
-
-
__get
-
Get the next successive namespace
-
$_code
-
Fault code
-
$_encoding
-
Fault character encoding
-
$_encoding
-
Character encoding
-
$_exception
-
-
$_faultExceptionClasses
-
-
$_internal
-
Internal fault codes => messages
-
$_message
-
Fault message
-
$_methods
-
Array of dispatchables
-
$_observers
-
-
$_request
-
Request processed
-
$_responseClass
-
-
$_table
-
Dispatch table of name => method pairs
-
$_typeMap
-
PHP types => XML-RPC types
-
_buildDispatchTable
-
Re/Build the dispatch table
-
_fixTypes
-
Map PHP parameter types to XML-RPC types
-
_handle
-
Handle an xmlrpc call (actual work)
-
__construct
-
Constructor
-
__construct
-
Constructor
-
__construct
-
Constructor
-
__toString
-
Return XML fault response
-
$_as_dom
-
DOMElement representation of object (will be calculated only once)
-
$_as_xml
-
XML code representation of this object (will be calculated only once)
-
$_type
-
The native XML-RPC type of this object
-
$_value
-
The native XML-RPC representation of this object's value
-
_stripXmlDeclaration
-
-
__construct
-
Set the value of an struct native type
-
__construct
-
Set the value of a string native type
-
__construct
-
Set the value of an integer native type
-
__construct
-
Set the value of a boolean native type We hold the boolean type as an integer (0 or 1)
-
__construct
-
Set the value of a base64 native type We keep this value in base64 encoding
-
__construct
-
Set the value of a collection type (array and struct) native types
-
__construct
-
Set the value of a dateTime.iso8601 native type
-
__construct
-
Set the value of a double native type
-
__construct
-
Set the value of an array native type
-
getEncoding
-
Retrieve current request encoding
-
getEncoding
-
Retrieve current response encoding
-
getFault
-
Retrieve the fault response, if any
-
getFault
-
Returns the fault, if any.
-
getFullRequest
-
Retrieve the full HTTP request, including headers and XML
-
getHeaders
-
Get headers
-
getMethod
-
Retrieve call method
-
getParams
-
Retrieve the array of parameters
-
getRawRequest
-
Retrieve the raw XML request
-
getRawRequest
-
Retrieve the raw XML request
-
getReturnValue
-
Retrieve the return value
-
getHttpClient
-
Gets the HTTP client object.
-
getIntrospector
-
Gets the introspection object.
-
getLastRequest
-
The request of the last method call
-
getLastResponse
-
The response received from the last method call
-
getMethodSignature
-
Call system.methodSignature() for the given method
-
getProxy
-
Returns a proxy object for more convenient method calls
-
getSignatureForEachMethod
-
Returns the signature for each method on the server, autodetecting whether system.multicall() is supported and using it if so.
-
getSignatureForEachMethodByLooping
-
Get the method signatures for every method by successively calling system.methodSignature
-
getSignatureForEachMethodByMulticall
-
Attempt to get the method signatures in one request via system.multicall().
-
get
-
Add dispatch table from a file
-
getCode
-
Return fault code
-
getEncoding
-
Retrieve current encoding
-
getEncoding
-
Retrieve current fault encoding
-
getException
-
Retrieve the exception
-
getFunctions
-
Returns a list of registered methods
-
getInstance
-
Return Zend_XmlRpc_Server_Fault instance
-
getMessage
-
Retrieve fault message
-
getRequest
-
Return currently registered request object
-
getAsDOM
-
Return DOMElement representation of object
-
getType
-
Get the native XML-RPC type (the type is one of the Zend_XmlRpc_Value::XMLRPC_TYPE_* constants)
-
getValue
-
Return the value of this object, convert the XML-RPC native string value into a PHP string Decode all encoded risky XML entities back to normal characters
-
getValue
-
Return the value of this object, convert the XML-RPC native value into a PHP variable
-
getValue
-
Return the value of this object, convert the XML-RPC native base64 value into a PHP string We return this value decoded (a normal string)
-
getValue
-
Return the value of this object, convert the XML-RPC native integer value into a PHP integer
-
getValue
-
Return the value of this object, convert the XML-RPC native boolean value into a PHP boolean
-
getValue
-
Return the value of this object, convert the XML-RPC native double value into a PHP float
-
getValue
-
Return the value of this object, convert the XML-RPC native collection values into a PHP array
-
getValue
-
Return the value of this object as iso8601 dateTime value
-
getXmlRpcValue
-
Creates a Zend_XmlRpc_Value* object, representing a native XML-RPC value
-
Zend_XmlRpc_Exception
-
-
Zend_XmlRpc_Request
-
XmlRpc Request object
-
Zend_XmlRpc_Request_Http
-
XmlRpc Request object -- Request via HTTP
-
Zend_XmlRpc_Request_Stdin
-
XmlRpc Request object -- Request via STDIN
-
Zend_XmlRpc_Response
-
XmlRpc Response
-
Zend_XmlRpc_Response_Http
-
HTTP response
-
Zend_XmlRpc_Client
-
An XML-RPC client implementation
-
Zend_XmlRpc_Client_Exception
-
Base class for all Zend_XmlRpc_Client_* exceptions
-
Zend_XmlRpc_Client_FaultException
-
Thrown by Zend_XmlRpc_Client when an XML-RPC fault response is returned.
-
Zend_XmlRpc_Client_HttpException
-
Thrown by Zend_XmlRpc_Client when an HTTP error occurs during an XML-RPC method call.
-
Zend_XmlRpc_Client_IntrospectException
-
Thrown by Zend_XmlRpc_Client_Introspection when any error occurs.
-
Zend_XmlRpc_Client_ServerIntrospection
-
Wraps the XML-RPC system.* introspection methods
-
Zend_XmlRpc_Client_ServerProxy
-
The namespace decorator enables object chaining to permit calling XML-RPC namespaced functions like "foo.bar.baz()" as "$remote->foo->bar->baz()".
-
Zend_XmlRpc_Fault
-
XMLRPC Faults
-
Zend_XmlRpc_Server
-
An XML-RPC server implementation
-
Zend_XmlRpc_Server_Cache
-
Zend_XmlRpc_Server_Cache: cache Zend_XmlRpc_Server dispatch tables
-
Zend_XmlRpc_Server_Exception
-
Zend_XmlRpc_Server_Exception
-
Zend_XmlRpc_Server_Fault
-
XMLRPC Server Faults
-
Zend_XmlRpc_Value
-
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.
-
Zend_XmlRpc_Value_Array
-
-
Zend_XmlRpc_Value_Base64
-
-
Zend_XmlRpc_Value_Boolean
-
-
Zend_XmlRpc_Value_Collection
-
-
Zend_XmlRpc_Value_DateTime
-
-
Zend_XmlRpc_Value_Double
-
-
Zend_XmlRpc_Value_Exception
-
-
Zend_XmlRpc_Value_Integer
-
-
Zend_XmlRpc_Value_Scalar
-
-
Zend_XmlRpc_Value_String
-
-
Zend_XmlRpc_Value_Struct
-