-
$arrayDocument
-
-
add
-
Generates an XML-RPC param from the unspecified value
-
addArray
-
Generates an XML-RPC param from the array and adds it to the method params
-
addArrayByRef
-
Generates an XML-RPC param from the array reference and adds it to the method params
-
addByRef
-
Generates an XML-RPC param from the unspecified reference
-
addCustomMethods
-
Adds user defined methods to the method map
-
addList
-
Generates an XML-RPC param from list of values
-
addMappedMethods
-
Adds a map of user defined method to the method map
-
addMappedMethods
-
Adds a method map to the method map
-
addMethod
-
Adds a method to the method map
-
addMethod
-
Adds a method to the method array
-
addMethod
-
Adds a single user defined method to the method map
-
addMethods
-
Adds user defined methods to the method map
-
addMultiCall
-
Appends multiple method calls to the request
-
addMultiCallByRef
-
Appends multiple method calls to the request
-
addObject
-
Generates an XML-RPC param from the object and adds it to the method params
-
addObjectByRef
-
Generates an XML-RPC param from the object reference and adds it to the method params
-
addScalar
-
Generates an XML-RPC param from the scalar and adds it to the method params
-
addStruct
-
Generates an XML-RPC param from the struct and adds it to the method params
-
addStructByRef
-
Generates an XML-RPC param from the struct reference and adds it to the method params
-
addSystemMethods
-
Adds the default XML-RPC system methods to the method map
-
addValue
-
Abstract method for adding an XML-RPC value to the results array
-
addValue
-
Adds an XML-RPC value to the results array
-
addValue
-
Adds an XML-RPC value to the results array
-
arraysToObjects
-
Converts PHP arrays to stdclass objects
-
dataElement
-
Abstract method for handling character data events
-
decode
-
Returns decoded base64 binary data
-
DOM_XMLRPC_APPLICATION_ERROR
-
-
dom_xmlrpc_array_document
-
An array of XML-RPC data wrapped in the DOM XML-RPC API
-
dom_xmlrpc_array_document
-
dom_xmlrpc_array_document constructor
-
dom_xmlrpc_array_parser
-
Handles SAX events to convert a DOM XML-RPC XML string into a PHP array
-
dom_xmlrpc_base64
-
A base64 encoding / decoding utility
-
dom_xmlrpc_builder
-
A utility for building string representations of XML-RPC documents
-
dom_xmlrpc_client
-
XML-RPC Client constructor
-
dom_xmlrpc_client
-
Provides basic XML-RPC client functionality
-
dom_xmlrpc_domit_document
-
Constructor: instantiates the DOMIT! superclass
-
dom_xmlrpc_domit_document
-
Wraps a DOMIT! DOM document in the DOM XML-RPC API
-
dom_xmlrpc_domit_lite_document
-
Constructor: instantiates the DOMIT! Lite superclass
-
dom_xmlrpc_domit_lite_document
-
Wraps a DOMIT_Lite DOM document in the DOM XML-RPC API
-
dom_xmlrpc_domxml_document
-
Wraps a DOM-XML DOM document in the DOM XML-RPC API
-
dom_xmlrpc_fault
-
A representation of an XML-RPC fault
-
dom_xmlrpc_fault
-
Constructor: instantiates the fault object
-
DOM_XMLRPC_INCLUDE_PATH
-
dom_xmlrpc_array_document wraps a PHP array with the DOM XML-RPC API
-
dom_xmlrpc_method
-
Constructor: Instantiates a custom method
-
dom_xmlrpc_method
-
Represents a server method
-
dom_xmlrpc_methodcall
-
Constructor: Instantiates a new method call
-
dom_xmlrpc_methodcall
-
A representation of an XML-RPC method call
-
dom_xmlrpc_methodmap
-
Abstract class for a method map
-
dom_xmlrpc_methodmapper
-
Constructor: Instantiates a new methodmapper
-
dom_xmlrpc_methodmapper
-
Represents a map of methods available to the server
-
dom_xmlrpc_methodresponse
-
A representation of an XML-RPC method response
-
dom_xmlrpc_methodresponse
-
Constructor: Instantiates a new method response
-
dom_xmlrpc_methodresponse_fault
-
Encapsulates an XML-RPC fault
-
dom_xmlrpc_methodresponse_fault
-
Constructor: instantiates the fault object
-
dom_xmlrpc_methods
-
Represents an XML-RPC server method
-
DOM_XMLRPC_NODEVALUE_FAULTCODE
-
An XML-RPC faultCode identifier
-
DOM_XMLRPC_NODEVALUE_FAULTSTRING
-
An XML-RPC faultString identifier
-
DOM_XMLRPC_OBJECT_MARSHALLING_ANONYMOUS
-
Anonymous object marshalling
-
DOM_XMLRPC_OBJECT_MARSHALLING_NAMED
-
Named object marshalling
-
DOM_XMLRPC_OBJECT_MARSHALLING_SERIALIZED
-
Serialized object marshalling
-
dom_xmlrpc_object_parser
-
Handles SAX events to convert a DOM XML-RPC XML string into a PHP array
-
dom_xmlrpc_object_parser
-
Constructor
-
dom_xmlrpc_parser
-
The base parsing class
-
DOM_XMLRPC_PARSE_ERROR_INVALID_CHARACTER_ENCODING
-
-
DOM_XMLRPC_PARSE_ERROR_NOT_WELL_FORMED
-
-
DOM_XMLRPC_PARSE_ERROR_UNSUPPORTED_ENCODING
-
-
DOM_XMLRPC_PHPOBJECT
-
Unserialized PHP Object marshalling
-
DOM_XMLRPC_RESPONSE_TYPE_ARRAY
-
A DOM XML-RPC array identifier
-
DOM_XMLRPC_RESPONSE_TYPE_STRING
-
An XML-RPC faultString identifier
-
DOM_XMLRPC_RESPONSE_TYPE_XML_DOMIT
-
A DOM XML-RPC DOMIT! document
-
DOM_XMLRPC_RESPONSE_TYPE_XML_DOMIT_LITE
-
A DOM XML-RPC DOMIT! Lite document
-
DOM_XMLRPC_RESPONSE_TYPE_XML_DOMXML
-
A DOM XML-RPC DOM-XML! document
-
DOM_XMLRPC_SERIALIZED
-
Sertialized PHP Object marshalling
-
dom_xmlrpc_server
-
Constructor
-
dom_xmlrpc_server
-
Provides basic XML-RPC server functionality
-
DOM_XMLRPC_SERVER_ERROR_INTERNAL_XMLRPC
-
-
DOM_XMLRPC_SERVER_ERROR_INVALID_METHOD_PARAMETERS
-
-
DOM_XMLRPC_SERVER_ERROR_INVALID_XMLRPC_NONCONFORMANT
-
-
DOM_XMLRPC_SERVER_ERROR_REQUESTED_METHOD_NOT_FOUND
-
-
dom_xmlrpc_struct
-
Wraps a PHP associative array as an XML-RPC struct
-
dom_xmlrpc_struct
-
Constructor
-
DOM_XMLRPC_SYSTEM_ERROR
-
-
DOM_XMLRPC_TRANSPORT_ERROR
-
-
DOM_XMLRPC_TYPE_ARRAY
-
An XML-RPC array tag
-
DOM_XMLRPC_TYPE_BASE64
-
An XML-RPC base63 encoded value tag
-
DOM_XMLRPC_TYPE_BOOLEAN
-
An XML-RPC boolean tag
-
DOM_XMLRPC_TYPE_DATA
-
An XML-RPC data tag
-
DOM_XMLRPC_TYPE_DATETIME
-
An XML-RPC (iso8601) date-time tag
-
DOM_XMLRPC_TYPE_DOUBLE
-
An XML-RPC double tag
-
DOM_XMLRPC_TYPE_FAULT
-
An XML-RPC fault tag
-
DOM_XMLRPC_TYPE_I4
-
An alternate XML-RPC int tag
-
DOM_XMLRPC_TYPE_INT
-
An XML-RPC int tag
-
DOM_XMLRPC_TYPE_ITEM
-
An XML-RPC item tag
-
DOM_XMLRPC_TYPE_MEMBER
-
An XML-RPC member tag
-
DOM_XMLRPC_TYPE_METHODCALL
-
An XML-RPC method call tag
-
DOM_XMLRPC_TYPE_METHODNAME
-
An XML-RPC method name tag
-
DOM_XMLRPC_TYPE_METHODRESPONSE
-
An XML-RPC method response tag
-
DOM_XMLRPC_TYPE_NAME
-
An XML-RPC name tag
-
DOM_XMLRPC_TYPE_PARAM
-
An XML-RPC param tag
-
DOM_XMLRPC_TYPE_PARAMS
-
An XML-RPC params tag
-
DOM_XMLRPC_TYPE_SCALAR
-
An XML-RPC scalar
-
DOM_XMLRPC_TYPE_STRING
-
An XML-RPC string tag
-
DOM_XMLRPC_TYPE_STRUCT
-
An XML-RPC struct tag
-
DOM_XMLRPC_TYPE_VALUE
-
An XML-RPC value tag
-
dom_xmlrpc_utilities
-
A set of static utilities for handling XML-RPC
-
dom_xmlrpc_array_document.php
-
-
dom_xmlrpc_array_parser.php
-
-
dom_xmlrpc_base64.php
-
-
dom_xmlrpc_builder.php
-
-
dom_xmlrpc_client.php
-
-
dom_xmlrpc_constants.php
-
-
dom_xmlrpc_domit_lite_parser.php
-
-
dom_xmlrpc_domit_parser.php
-
-
dom_xmlrpc_domxml_parser.php
-
-
dom_xmlrpc_fault.php
-
-
dom_xmlrpc_methodcall.php
-
-
dom_xmlrpc_methodresponse_fault.php
-
-
dom_xmlrpc_methodresponse.php
-
-
dom_xmlrpc_object_parser.php
-
-
dom_xmlrpc_parser.php
-
-
dom_xmlrpc_server.php
-
-
dom_xmlrpc_struct.php
-
-
dom_xmlrpc_utilities.php
-
-
getArrayDocument
-
Returns a reference to the array document
-
getBinary
-
Returns a base64 decoded representation of $stringData
-
getCapabilities
-
XML-RPC defined method: delineates what XML-RPC services are provided by the server
-
getDocument
-
Returns a reference to the DOM-XML Document
-
getEncoded
-
Returns the (base64 encoded) contents of $stringData
-
getFaultCode
-
Returns the current fault code
-
getFaultCode
-
Returns the fault code, if a fault has occurred
-
getFaultCode
-
Returns the fault code
-
getFaultCode
-
Returns the fault code
-
getFaultCode
-
Returns the fault code, if a fault has occurred
-
getFaultCode
-
Returns the fault code, if a fault has occurred
-
getFaultString
-
Returns the fault string, if a fault has occurred
-
getFaultString
-
Returns the fault string, if a fault has occurred
-
getFaultString
-
Returns the fault string
-
getFaultString
-
Returns the current fault string
-
getFaultString
-
Returns the fault string
-
getFaultString
-
Returns the fault string, if a fault has occurred
-
getInverseTranslationTable
-
Flips the html translation table
-
getMethod
-
Retrieves a method from the method map
-
getMethod
-
Retrieves a method from the method array
-
getMethod
-
Retrieves a method from the method array
-
getMethodName
-
Gets the method name
-
getMethodName
-
Gets the method name
-
getMethodName
-
Gets the method name
-
getMethodName
-
Returns the method name
-
getMethodNames
-
Retrieves a list of methods in the method array
-
getMethodNames
-
Retrieves a list of methods in the method array
-
getMethodType
-
Gets the method type
-
getMethodType
-
Gets the method type
-
getMethodType
-
Gets the method type
-
getMethodType
-
Returns the method type
-
getParam
-
Gets a reference to the specified param
-
getParam
-
Gets a reference to the specified param
-
getParam
-
Gets a reference to the specified param
-
getParam
-
Returns a reference to the specified param
-
getParamCount
-
Gets the number of existing params
-
getParamCount
-
Gets the number of existing params
-
getParamCount
-
Returns the number of params in the params array
-
getParamCount
-
Gets the number of existing params
-
getParams
-
Gets a reference to the method params node
-
getParams
-
Gets a reference to the method params node
-
getParams
-
Gets a reference to the method params node
-
getParams
-
Returns a reference to the params array
-
getParamType
-
Returns the type of the specified param
-
getParamType
-
Returns the type of the specified param
-
getParamType
-
Returns the type of the specified param
-
getParamType
-
Returns the type of the specified param
-
getResponseType
-
Returns the current method response type
-
getScalarTypeFromValue
-
Determines the type of a scalar value
-
getScalarValue
-
Converts the given scalar value to its XML-RPC equivalent
-
getStruct
-
Returns the wrapped associative array
-
getTypeFromValue
-
Determines the type of any XML-RPC value