Index of all elements
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ k ]
[ m ]
[ p ]
[ r ]
[ s ]
[ t ]
[ 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_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']
- $GLOBALS['XML_RPC_Server_listMethods_doc']
- in file Server.php, global variable $GLOBALS['XML_RPC_Server_listMethods_doc']
- $GLOBALS['XML_RPC_Server_listMethods_sig']
- in file Server.php, global variable $GLOBALS['XML_RPC_Server_listMethods_sig']
listMethods: either a string, or nothing
- $GLOBALS['XML_RPC_Server_methodHelp_doc']
- in file Server.php, global variable $GLOBALS['XML_RPC_Server_methodHelp_doc']
- $GLOBALS['XML_RPC_Server_methodHelp_sig']
- in file Server.php, global variable $GLOBALS['XML_RPC_Server_methodHelp_sig']
- $GLOBALS['XML_RPC_Server_methodSignature_doc']
- in file Server.php, global variable $GLOBALS['XML_RPC_Server_methodSignature_doc']
- $GLOBALS['XML_RPC_Server_methodSignature_sig']
- in file Server.php, global variable $GLOBALS['XML_RPC_Server_methodSignature_sig']
- $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_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()
- 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()
- protoport.php
- procedural page protoport.php
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
- $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_Value::serialize()
- serialize
- in file RPC.php, method XML_RPC_Message::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()
Print out the result
- 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
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
Base class
- 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, class XML_RPC_Client
- XML_RPC_Client
- in file RPC.php, method XML_RPC_Client::XML_RPC_Client()
Sets the object's properties
- XML_RPC_decode
- in file RPC.php, function XML_RPC_decode()
Takes a message in PHP XML_RPC object format and translates it 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()
Takes native php types and encodes them into XML_RPC PHP object format
- XML_RPC_ERROR_ALREADY_INITIALIZED
- in file RPC.php, constant XML_RPC_ERROR_ALREADY_INITIALIZED
Error constants
- XML_RPC_ERROR_CONNECTION_FAILED
- in file RPC.php, constant XML_RPC_ERROR_CONNECTION_FAILED
Error constants
- XML_RPC_ERROR_INVALID_TYPE
- in file RPC.php, constant XML_RPC_ERROR_INVALID_TYPE
Error constants
- XML_RPC_ERROR_NON_NUMERIC_FOUND
- in file RPC.php, constant XML_RPC_ERROR_NON_NUMERIC_FOUND
Error constants
- 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, class XML_RPC_Message
- XML_RPC_Message
- in file RPC.php, method XML_RPC_Message::XML_RPC_Message()
- 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
- 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, class XML_RPC_Server
- XML_RPC_Server
- in file Server.php, method XML_RPC_Server::XML_RPC_Server()
- 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, class XML_RPC_Value
- XML_RPC_Value
- in file RPC.php, method XML_RPC_Value::XML_RPC_Value()
top
Documentation generated on Tue, 22 Feb 2005 01:20:07 -0500 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|
|