xmlrpc_decode

(PHP 4 >= 4.1.0, PHP 5, PHP 7)
Decodes XML into native PHP types
mixed xmlrpc_decode ( string $xml [, string $encoding = "iso-8859-1" ] )
Parameters:
xml

XML response returned by XMLRPC method.

encoding

Input encoding supported by iconv.

Returns:

Returns either an array, or an integer, or a string, or a boolean according to the response returned by the XMLRPC method.

This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk.

See also:

xmlrpc_encode_request() -

xmlrpc_is_fault() -

doc_php
2016-02-24 16:14:22
Comments
Leave a Comment

Please login to continue.