xmlrpc_decode
(PHP 4 >= 4.1.0, PHP 5, PHP 7)
xmlrpc_decode — 将 XML 译码为 PHP 本身的类型
说明
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().
参见
- xmlrpc_encode_request() - 为 PHP 的值生成 XML
- xmlrpc_is_fault() - Determines if an array value represents an XMLRPC fault