(PHP 4 >= 4.0.7, PHP 5)
xmlrpc_decode — Decodes XML into native PHP types
Esta función es EXPERIMENTAL. Esto significa que el comportamiento de esta función, el nombre de esta función y en definitiva TODO lo documentado sobre esta función, puede cambiar en una futura version de PHP SIN AVISO. La advertencia queda hecha, y utilizar esta extensión queda bajo su propia responsabilidad.
XML response returned by XMLRPC method.
Input encoding supported by iconv (defaults to "iso-8859-1").
Returns either an array, or an integer, or a string, or a boolean according to the response returned by the XMLRPC method.
See example by xmlrpc_encode_request().