File: RPC.php
Source Location: /XML_RPC-1.5.5/XML/RPC.php
Classes:
XML_RPC_Base
The common methods and properties for all of the XML_RPC classes
XML_RPC_Client
The methods and properties for submitting XML RPC requests
XML_RPC_Response
The methods and properties for interpreting responses to XML RPC requests
XML_RPC_Message
The methods and properties for composing XML RPC messages
XML_RPC_Value
The methods and properties that represent data in XML RPC format
Page Details:
PHP implementation of the XML-RPC protocol
This is a PEAR-ified version of Useful inc's XML-RPC for PHP. It has support for HTTP transport, proxies and authentication. PHP versions 4 and 5
Includes:
include_once('PEAR.php') [line 27]
string $GLOBALS['XML_RPC_Array'] [line 107]
boolean $GLOBALS['XML_RPC_auto_base64'] [line 193]
string $GLOBALS['XML_RPC_backslash'] [line 185]
string $GLOBALS['XML_RPC_Base64'] [line 101]
string $GLOBALS['XML_RPC_Boolean'] [line 77]
string $GLOBALS['XML_RPC_DateTime'] [line 95]
string $GLOBALS['XML_RPC_defencoding'] [line 166]
string $GLOBALS['XML_RPC_Double'] [line 83]
array $GLOBALS['XML_RPC_err'] [line 137]
int $GLOBALS['XML_RPC_erruser'] [line 172]
int $GLOBALS['XML_RPC_errxml'] [line 178]
string $GLOBALS['XML_RPC_I4'] [line 65]
string $GLOBALS['XML_RPC_Int'] [line 71]
array $GLOBALS['XML_RPC_str'] [line 151]
string $GLOBALS['XML_RPC_String'] [line 89]
string $GLOBALS['XML_RPC_Struct'] [line 113]
array $GLOBALS['XML_RPC_Types'] [line 120]
array $GLOBALS['XML_RPC_valid_parents'] [line 200]
array $GLOBALS['XML_RPC_xh'] [line 236]
XML_RPC_ERROR_ALREADY_INITIALIZED [line 49]
XML_RPC_ERROR_CONNECTION_FAILED [line 45]
XML_RPC_ERROR_INCORRECT_PARAMS [line 53]
XML_RPC_ERROR_INVALID_TYPE [line 37]
XML_RPC_ERROR_NON_NUMERIC_FOUND [line 41]
XML_RPC_ERROR_PROGRAMMING [line 57]
XML_RPC_cd [line 510]
void XML_RPC_cd(
$parser_resource, $data)
|
|
Character data handler for the XML parser
Parameters
XML_RPC_decode [line 1946]
mixed XML_RPC_decode(
object $XML_RPC_val)
|
|
Converts an XML_RPC_Value object into native PHP types
Parameters
object |
$XML_RPC_val |
the XML_RPC_Value object to decode |
XML_RPC_ee [line 373]
void XML_RPC_ee(
$parser_resource, $name)
|
|
End element handler for the XML parser
Parameters
XML_RPC_encode [line 1978]
object the XML_RPC_encode(
mixed $php_val)
|
|
Converts native PHP types into an XML_RPC_Value object
Parameters
mixed |
$php_val |
the PHP value or variable you want encoded |
XML_RPC_iso8601_decode [line 1926]
int XML_RPC_iso8601_decode(
$idate, [ $utc = 0])
|
|
Convert a datetime string into a Unix timestamp While timezones ought to be supported, the XML-RPC spec says: "Don't assume a timezone. It should be specified by the server in its documentation what assumptions it makes about timezones." This routine always assumes localtime unless $utc is set to 1, in which case UTC is assumed and an adjustment for locale is made when encoding.
Parameters
XML_RPC_iso8601_encode [line 1897]
string XML_RPC_iso8601_encode(
$timet, [ $utc = 0])
|
|
Return an ISO8601 encoded string While timezones ought to be supported, the XML-RPC spec says: "Don't assume a timezone. It should be specified by the server in its documentation what assumptions it makes about timezones." This routine always assumes localtime unless $utc is set to 1, in which case UTC is assumed and an adjustment for locale is made when encoding.
Parameters
XML_RPC_se [line 244]
void XML_RPC_se(
$parser_resource, $name, $attrs)
|
|
Start element handler for the XML parser
Parameters
|
$parser_resource |
|
|
$name |
|
|
$attrs |
|
Documentation generated on Mon, 11 Mar 2019 15:44:32 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|