PHP Class XML_RPC_Response, TastyIgniter

Afficher le fichier Open project: tastyigniter/tastyigniter Class Usage Examples

Méthodes publiques

Свойство Type Description
$errno integer Error number
$errstr string Error message
$headers array Headers list
$val mixed Value
$xss_clean boolean XSS Filter flag

Méthodes publiques

Méthode Description
__construct ( mixed $val, integer $code, string $fstr = '' ) : void Constructor
decode ( mixed $array = NULL ) : array Decode
faultCode ( ) : integer Fault code
faultString ( ) : string Fault string
iso8601_decode ( $time, $utc = FALSE ) : integer ISO-8601 time to server or UTC time
prepare_response ( ) : string Prepare response
value ( ) : mixed Value
xmlrpc_decoder ( $xmlrpc_val ) : array XML-RPC Object to PHP Types

Method Details

__construct() public méthode

Constructor
public __construct ( mixed $val, integer $code, string $fstr = '' ) : void
$val mixed
$code integer
$fstr string
Résultat void

decode() public méthode

Decode
public decode ( mixed $array = NULL ) : array
$array mixed
Résultat array

faultCode() public méthode

Fault code
public faultCode ( ) : integer
Résultat integer

faultString() public méthode

Fault string
public faultString ( ) : string
Résultat string

iso8601_decode() public méthode

ISO-8601 time to server or UTC time
public iso8601_decode ( $time, $utc = FALSE ) : integer
Résultat integer unix timestamp

prepare_response() public méthode

Prepare response
public prepare_response ( ) : string
Résultat string xml

value() public méthode

Value
public value ( ) : mixed
Résultat mixed

xmlrpc_decoder() public méthode

XML-RPC Object to PHP Types
public xmlrpc_decoder ( $xmlrpc_val ) : array
Résultat array

Property Details

$errno public_oe property

Error number
public int $errno
Résultat integer

$errstr public_oe property

Error message
public string $errstr
Résultat string

$headers public_oe property

Headers list
public array $headers
Résultat array

$val public_oe property

Value
public mixed $val
Résultat mixed

$xss_clean public_oe property

XSS Filter flag
public bool $xss_clean
Résultat boolean