|
| __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) |
|
|
| $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 |
|
The documentation for this class was generated from the following file:
- system/libraries/Xmlrpc.php