xmlrpc_decode

(PHP 4 >= 4.1.0, PHP 5, PHP 7)

xmlrpc_decode�� XML ����Ϊ PHP ���������

˵��

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

�˺�����ʵ�����ġ��˺����ı��󣬰������Ƽ�������ĵ���������δ���� PHP �����汾��δ֪ͨ�ͱ��޸ġ�ʹ�ñ����������Ե� ��

����

xml

XML response returned by XMLRPC method.

encoding

Input encoding supported by iconv.

����ֵ

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().

�μ�