|
| __construct ($method, $pars=0) |
|
| createPayload () |
|
| parseResponse ($fp) |
|
| open_tag ($the_parser, $name, $attrs) |
|
| closing_tag ($the_parser, $name) |
|
| character_data ($the_parser, $data) |
|
| addParam ($par) |
|
| output_parameters ($array=FALSE) |
|
| decode_message ($param) |
|
| __construct ($config=array()) |
|
| initialize ($config=array()) |
|
| server ($url, $port=80) |
|
| timeout ($seconds=5) |
|
| method ($function) |
|
| request ($incoming) |
|
| set_debug ($flag=TRUE) |
|
| values_parsing ($value, $return=FALSE) |
|
| send_request () |
|
| display_error () |
|
| display_response () |
|
| send_error_message ($number, $message) |
|
| send_response ($response) |
|
|
| $payload |
|
| $method_name |
|
| $params = array() |
|
| $xh = array() |
|
| $debug = FALSE |
|
| $xmlrpcI4 = 'i4' |
|
| $xmlrpcInt = 'int' |
|
| $xmlrpcBoolean = 'boolean' |
|
| $xmlrpcDouble = 'double' |
|
| $xmlrpcString = 'string' |
|
| $xmlrpcDateTime = 'dateTime.iso8601' |
|
| $xmlrpcBase64 = 'base64' |
|
| $xmlrpcArray = 'array' |
|
| $xmlrpcStruct = 'struct' |
|
| $xmlrpcTypes = array() |
|
| $valid_parents = array() |
|
| $xmlrpcerr = array() |
|
| $xmlrpcstr = array() |
|
| $xmlrpc_defencoding = 'UTF-8' |
|
| $xmlrpcName = 'XML-RPC for CodeIgniter' |
|
| $xmlrpcVersion = '1.1' |
|
| $xmlrpcerruser = 800 |
|
| $xmlrpcerrxml = 100 |
|
| $xmlrpc_backslash = '' |
|
| $client |
|
| $method |
|
| $data |
|
| $message = '' |
|
| $error = '' |
|
| $result |
|
| $response = array() |
|
| $xss_clean = TRUE |
|
open_tag |
( |
|
$the_parser, |
|
|
|
$name, |
|
|
|
$attrs |
|
) |
| |
An Invalid Element is Found, so we have trouble
The documentation for this class was generated from the following file:
- system/libraries/Xmlrpc.php