xmlrpc_decode

Example

 mixed xmlrpc_decode ( string $xml [, string $encoding = "iso-8859-1"] ) 

Description

Warning: 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.

Return Values

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