\XML_RPC_Response

XML-RPC Response class

Summary

Methods
Properties
Constants
__construct()
faultCode()
faultString()
value()
prepare_response()
decode()
xmlrpc_decoder()
iso8601_decode()
$val
$errno
$errstr
$headers
$xss_clean
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$val

$val : mixed

Value

Type

mixed

$errno

$errno : integer

Error number

Type

integer

$errstr

$errstr : string

Error message

Type

string

$headers

$headers : array

Headers list

Type

array

$xss_clean

$xss_clean : boolean

XSS Filter flag

Type

boolean

Methods

__construct()

__construct(mixed  $val, integer  $code, string  $fstr = '') : void

Constructor

Parameters

mixed $val
integer $code
string $fstr

faultCode()

faultCode() : integer

Fault code

Returns

integer

faultString()

faultString() : string

Fault string

Returns

string

value()

value() : mixed

Value

Returns

mixed

prepare_response()

prepare_response() : string

Prepare response

Returns

string —

xml

decode()

decode(mixed  $array = NULL) : array

Decode

Parameters

mixed $array

Returns

array

xmlrpc_decoder()

xmlrpc_decoder(  $xmlrpc_val) : array

XML-RPC Object to PHP Types

Parameters

$xmlrpc_val

Returns

array

iso8601_decode()

iso8601_decode(  $time,   $utc = FALSE) : integer

ISO-8601 time to server or UTC time

Parameters

$time
$utc

Returns

integer —

unix timestamp