-
Notifications
You must be signed in to change notification settings - Fork 0
XML_RPC_Response
Mathieu Nayrolles edited this page Jan 20, 2016
·
1 revision
XML-RPC Response class
- Class name: XML_RPC_Response
- Namespace:
public mixed $val
Value
- Visibility: public
public integer $errno
Error number
- Visibility: public
public string $errstr = ''
Error message
- Visibility: public
public array $headers = array()
Headers list
- Visibility: public
public boolean $xss_clean = TRUE
XSS Filter flag
- Visibility: public
void XML_RPC_Response::__construct(mixed $val, integer $code, string $fstr)
Constructor
- Visibility: public
- $val mixed
- $code integer
- $fstr string
integer XML_RPC_Response::faultCode()
Fault code
- Visibility: public
string XML_RPC_Response::faultString()
Fault string
- Visibility: public
mixed XML_RPC_Response::value()
Value
- Visibility: public
string XML_RPC_Response::prepare_response()
Prepare response
- Visibility: public
array XML_RPC_Response::decode(mixed $array)
Decode
- Visibility: public
- $array mixed
array XML_RPC_Response::xmlrpc_decoder($xmlrpc_val)
XML-RPC Object to PHP Types
- Visibility: public
- $xmlrpc_val mixed
integer XML_RPC_Response::iso8601_decode($time, $utc)
ISO-8601 time to server or UTC time
- Visibility: public
- $time mixed
- $utc mixed