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_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
- $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_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
- getEncoding
- in file RPC.php, method XML_RPC_Message::getEncoding()
Determine the XML's encoding via the encoding attribute in the XML declaration
- 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
- parseResponse
- in file RPC.php, method XML_RPC_Message::parseResponse()
- parseResponseFile
- in file RPC.php, method XML_RPC_Message::parseResponseFile()
top
top
s
- $server
- in file RPC.php, variable XML_RPC_Client::$server
The name of the remote server to connect to
- 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_Message::serialize()
- serialize
- in file RPC.php, method XML_RPC_Value::serialize()
- serialize
- in file RPC.php, method XML_RPC_Response::serialize()
- serializedata
- in file RPC.php, method XML_RPC_Value::serializedata()
- serializeval
- in file RPC.php, method XML_RPC_Value::serializeval()
- 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
- 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()
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()
- 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_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, class XML_RPC_Response
- XML_RPC_Response
- in file RPC.php, method XML_RPC_Response::XML_RPC_Response()
- XML_RPC_se
- in file RPC.php, function XML_RPC_se()
Start element handler for the XML parser
- 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
top
Documentation generated on Mon, 11 Apr 2005 15:16:35 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|
|