Element index for package XML_RPC
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ k ]
[ m ]
[ p ]
[ r ]
[ s ]
[ u ]
[ v ]
[ x ]
top
top
top
top
top
g
- $GLOBALS['XML_RPC_Array']
- in file RPC.php, global variable $GLOBALS['XML_RPC_Array']
Data types
- $GLOBALS['XML_RPC_auto_base64']
- in file RPC.php, global variable $GLOBALS['XML_RPC_auto_base64']
Should we automatically base64 encode strings that contain characters
- $GLOBALS['XML_RPC_backslash']
- in file RPC.php, global variable $GLOBALS['XML_RPC_backslash']
Compose backslashes for escaping regexp
- $GLOBALS['XML_RPC_Base64']
- in file RPC.php, global variable $GLOBALS['XML_RPC_Base64']
Data types
- $GLOBALS['XML_RPC_Boolean']
- in file RPC.php, global variable $GLOBALS['XML_RPC_Boolean']
Data types
- $GLOBALS['XML_RPC_DateTime']
- in file RPC.php, global variable $GLOBALS['XML_RPC_DateTime']
Data types
- $GLOBALS['XML_RPC_defencoding']
- in file RPC.php, global variable $GLOBALS['XML_RPC_defencoding']
Default XML encoding (ISO-8859-1, UTF-8 or US-ASCII)
- $GLOBALS['XML_RPC_Double']
- in file RPC.php, global variable $GLOBALS['XML_RPC_Double']
Data types
- $GLOBALS['XML_RPC_err']
- in file RPC.php, global variable $GLOBALS['XML_RPC_err']
Error message numbers
- $GLOBALS['XML_RPC_erruser']
- in file RPC.php, global variable $GLOBALS['XML_RPC_erruser']
User error codes start at 800
- $GLOBALS['XML_RPC_errxml']
- in file RPC.php, global variable $GLOBALS['XML_RPC_errxml']
XML parse error codes start at 100
- $GLOBALS['XML_RPC_I4']
- in file RPC.php, global variable $GLOBALS['XML_RPC_I4']
Data types
- $GLOBALS['XML_RPC_Int']
- in file RPC.php, global variable $GLOBALS['XML_RPC_Int']
Data types
- $GLOBALS['XML_RPC_Server_debuginfo']
- in file Server.php, global variable $GLOBALS['XML_RPC_Server_debuginfo']
- $GLOBALS['XML_RPC_Server_dmap']
- in file Server.php, global variable $GLOBALS['XML_RPC_Server_dmap']
dispatch map for the automatically declared XML-RPC methods.
- $GLOBALS['XML_RPC_Server_listMethods_doc']
- in file Server.php, global variable $GLOBALS['XML_RPC_Server_listMethods_doc']
docstring for system.listMethods
- $GLOBALS['XML_RPC_Server_listMethods_sig']
- in file Server.php, global variable $GLOBALS['XML_RPC_Server_listMethods_sig']
signature for system.listMethods: return = array,
- $GLOBALS['XML_RPC_Server_methodHelp_doc']
- in file Server.php, global variable $GLOBALS['XML_RPC_Server_methodHelp_doc']
docstring for methodHelp
- $GLOBALS['XML_RPC_Server_methodHelp_sig']
- in file Server.php, global variable $GLOBALS['XML_RPC_Server_methodHelp_sig']
signature for system.methodHelp: return = string,
- $GLOBALS['XML_RPC_Server_methodSignature_doc']
- in file Server.php, global variable $GLOBALS['XML_RPC_Server_methodSignature_doc']
docstring for system.methodSignature
- $GLOBALS['XML_RPC_Server_methodSignature_sig']
- in file Server.php, global variable $GLOBALS['XML_RPC_Server_methodSignature_sig']
signature for system.methodSignature: return = array,
- $GLOBALS['XML_RPC_str']
- in file RPC.php, global variable $GLOBALS['XML_RPC_str']
Error message strings
- $GLOBALS['XML_RPC_String']
- in file RPC.php, global variable $GLOBALS['XML_RPC_String']
Data types
- $GLOBALS['XML_RPC_Struct']
- in file RPC.php, global variable $GLOBALS['XML_RPC_Struct']
Data types
- $GLOBALS['XML_RPC_Types']
- in file RPC.php, global variable $GLOBALS['XML_RPC_Types']
Data type meta-types
- $GLOBALS['XML_RPC_valid_parents']
- in file RPC.php, global variable $GLOBALS['XML_RPC_valid_parents']
Valid parents of XML elements
- $GLOBALS['XML_RPC_xh']
- in file RPC.php, global variable $GLOBALS['XML_RPC_xh']
Stores state during parsing
- genArray
- in file Dump.php, method XML_RPC_Dump::genArray()
Returns the dump of an array
- generateDump
- in file Dump.php, method XML_RPC_Dump::generateDump()
Returns the dump in XML format without printing it out
- genScalar
- in file Dump.php, method XML_RPC_Dump::genScalar()
Returns the scalar value dump
- genStruct
- in file Dump.php, method XML_RPC_Dump::genStruct()
Returns the dump of a struct
- getEncoding
- in file RPC.php, method XML_RPC_Message::getEncoding()
Determine the XML's encoding via the encoding attribute in the XML declaration
- getIndent
- in file Dump.php, method XML_RPC_Dump::getIndent()
Returns the indent for a specific level and caches it for faster use
- getNumParams
- in file RPC.php, method XML_RPC_Message::getNumParams()
- getParam
- in file RPC.php, method XML_RPC_Message::getParam()
Obtains an XML_RPC_Value object for the given parameter
- getval
- in file RPC.php, method XML_RPC_Value::getval()
top
top
top
top
top
p
- $params
- in file RPC.php, variable XML_RPC_Message::$params
- $password
- in file RPC.php, variable XML_RPC_Client::$password
A password for accessing the RPC server
- $path
- in file RPC.php, variable XML_RPC_Client::$path
The path and name of the RPC server script you want the request to go to
- $payload
- in file RPC.php, variable XML_RPC_Message::$payload
The XML message being generated
- $port
- in file RPC.php, variable XML_RPC_Client::$port
The port for connecting to the remote server
- $protocol
- in file RPC.php, variable XML_RPC_Client::$protocol
The protocol to use in contacting the remote server
- $proxy
- in file RPC.php, variable XML_RPC_Client::$proxy
The name of the proxy server to use, if any
- $proxy_pass
- in file RPC.php, variable XML_RPC_Client::$proxy_pass
A password for accessing the proxy server
- $proxy_port
- in file RPC.php, variable XML_RPC_Client::$proxy_port
The port for connecting to the proxy server
- $proxy_protocol
- in file RPC.php, variable XML_RPC_Client::$proxy_protocol
The protocol to use in contacting the proxy server, if any
- $proxy_user
- in file RPC.php, variable XML_RPC_Client::$proxy_user
A user name for accessing the proxy server
- parseRequest
- in file Server.php, method XML_RPC_Server::parseRequest()
- parseResponse
- in file RPC.php, method XML_RPC_Message::parseResponse()
- parseResponseFile
- in file RPC.php, method XML_RPC_Message::parseResponseFile()
top
top
s
- $send_encoding
- in file RPC.php, variable XML_RPC_Message::$send_encoding
The encoding to be used for outgoing messages
- $server
- in file RPC.php, variable XML_RPC_Client::$server
The name of the remote server to connect to
- $server_headers
- in file Server.php, variable XML_RPC_Server::$server_headers
The response's HTTP headers
- $server_payload
- in file Server.php, variable XML_RPC_Server::$server_payload
The response's XML payload
- $strBaseIndent
- in file Dump.php, variable XML_RPC_Dump::$strBaseIndent
The spaces used for indenting the XML
- scalartyp
- in file RPC.php, method XML_RPC_Value::scalartyp()
- scalarval
- in file RPC.php, method XML_RPC_Value::scalarval()
- send
- in file RPC.php, method XML_RPC_Client::send()
Transmit the RPC request via HTTP 1.0 protocol
- sendPayloadHTTP10
- in file RPC.php, method XML_RPC_Client::sendPayloadHTTP10()
Transmit the RPC request via HTTP 1.0 protocol
- serialize
- in file RPC.php, method XML_RPC_Response::serialize()
- serialize
- in file RPC.php, method XML_RPC_Message::serialize()
- serialize
- in file RPC.php, method XML_RPC_Value::serialize()
- serializedata
- in file RPC.php, method XML_RPC_Value::serializedata()
- serializeDebug
- in file Server.php, method XML_RPC_Server::serializeDebug()
- serializeval
- in file RPC.php, method XML_RPC_Value::serializeval()
- service
- in file Server.php, method XML_RPC_Server::service()
Sends the response
- setAutoBase64
- in file RPC.php, method XML_RPC_Client::setAutoBase64()
Sets whether strings that contain characters which may cause PHP's SAX-based XML parser to break should be automatically base64 encoded
- setConvertPayloadEncoding
- in file RPC.php, method XML_RPC_Message::setConvertPayloadEncoding()
Sets whether the payload's content gets passed through mb_convert_encoding()
- setConvertPayloadEncoding
- in file Server.php, method XML_RPC_Server::setConvertPayloadEncoding()
Sets whether the payload's content gets passed through mb_convert_encoding()
- setCredentials
- in file RPC.php, method XML_RPC_Client::setCredentials()
Set username and password properties for connecting to the RPC server
- setDebug
- in file RPC.php, method XML_RPC_Client::setDebug()
Change the current debug mode
- setSendEncoding
- in file RPC.php, method XML_RPC_Message::setSendEncoding()
Sets the XML declaration's encoding attribute
- structeach
- in file RPC.php, method XML_RPC_Value::structeach()
- structmem
- in file RPC.php, method XML_RPC_Value::structmem()
- structreset
- in file RPC.php, method XML_RPC_Value::structreset()
- Server.php
- procedural page Server.php
top
top
top
x
- $xv
- in file RPC.php, variable XML_RPC_Response::$xv
- xml_footer
- in file RPC.php, method XML_RPC_Message::xml_footer()
- xml_header
- in file RPC.php, method XML_RPC_Message::xml_header()
Produces the XML declaration including the encoding attribute
- XML_RPC_Base
- in file RPC.php, class XML_RPC_Base
The common methods and properties for all of the XML_RPC classes
- XML_RPC_cd
- in file RPC.php, function XML_RPC_cd()
Character data handler for the XML parser
- XML_RPC_Client
- in file RPC.php, method XML_RPC_Client::XML_RPC_Client()
Sets the object's properties
- XML_RPC_Client
- in file RPC.php, class XML_RPC_Client
The methods and properties for submitting XML RPC requests
- XML_RPC_decode
- in file RPC.php, function XML_RPC_decode()
Converts an XML_RPC_Value object into native PHP types
- XML_RPC_Dump
- in file Dump.php, class XML_RPC_Dump
Class which generates a dump of a XML_RPC_Value object
- XML_RPC_Dump
- in file Dump.php, function XML_RPC_Dump()
Generates the dump of the XML_RPC_Value and echoes it
- XML_RPC_ee
- in file RPC.php, function XML_RPC_ee()
End element handler for the XML parser
- XML_RPC_encode
- in file RPC.php, function XML_RPC_encode()
Converts native PHP types into an XML_RPC_Value object
- XML_RPC_ERROR_ALREADY_INITIALIZED
- in file RPC.php, constant XML_RPC_ERROR_ALREADY_INITIALIZED
The array or struct has already been started
- XML_RPC_ERROR_CONNECTION_FAILED
- in file RPC.php, constant XML_RPC_ERROR_CONNECTION_FAILED
Communication error
- XML_RPC_ERROR_INCORRECT_PARAMS
- in file RPC.php, constant XML_RPC_ERROR_INCORRECT_PARAMS
Incorrect parameters submitted
- XML_RPC_ERROR_INVALID_TYPE
- in file RPC.php, constant XML_RPC_ERROR_INVALID_TYPE
Parameter values don't match parameter types
- XML_RPC_ERROR_NON_NUMERIC_FOUND
- in file RPC.php, constant XML_RPC_ERROR_NON_NUMERIC_FOUND
Parameter declared to be numeric but the values are not
- XML_RPC_ERROR_PROGRAMMING
- in file RPC.php, constant XML_RPC_ERROR_PROGRAMMING
Programming error by developer
- XML_RPC_iso8601_decode
- in file RPC.php, function XML_RPC_iso8601_decode()
Convert a datetime string into a Unix timestamp
- XML_RPC_iso8601_encode
- in file RPC.php, function XML_RPC_iso8601_encode()
Return an ISO8601 encoded string
- XML_RPC_Message
- in file RPC.php, method XML_RPC_Message::XML_RPC_Message()
- XML_RPC_Message
- in file RPC.php, class XML_RPC_Message
The methods and properties for composing XML RPC messages
- XML_RPC_Response
- in file RPC.php, method XML_RPC_Response::XML_RPC_Response()
- XML_RPC_Response
- in file RPC.php, class XML_RPC_Response
The methods and properties for interpreting responses to XML RPC requests
- XML_RPC_se
- in file RPC.php, function XML_RPC_se()
Start element handler for the XML parser
- XML_RPC_Server
- in file Server.php, method XML_RPC_Server::XML_RPC_Server()
Constructor for the XML_RPC_Server class
- XML_RPC_Server
- in file Server.php, class XML_RPC_Server
A server for receiving and replying to XML RPC requests
- XML_RPC_Server_debugmsg
- in file Server.php, function XML_RPC_Server_debugmsg()
- XML_RPC_Server_listMethods
- in file Server.php, function XML_RPC_Server_listMethods()
Lists all the methods that the XML-RPC server knows how to dispatch
- XML_RPC_Server_methodHelp
- in file Server.php, function XML_RPC_Server_methodHelp()
Returns help text if defined for the method passed, otherwise returns an empty string
- XML_RPC_Server_methodSignature
- in file Server.php, function XML_RPC_Server_methodSignature()
Returns an array of known signatures (an array of arrays) for the given method
- XML_RPC_Value
- in file RPC.php, method XML_RPC_Value::XML_RPC_Value()
- XML_RPC_Value
- in file RPC.php, class XML_RPC_Value
The methods and properties that represent data in XML RPC format
top
Documentation generated on Mon, 11 Mar 2019 15:44:31 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|