(PHP 4 >= 4.3.0, PHP 5, PHP 7)
xmlrpc_is_fault — Determines if an array value represents an XMLRPC fault
$arg
): bool此函數(shù)是實驗性的。此函數(shù)的表象,包括名稱及其相關文檔都可能在未來的 PHP 發(fā)布版本中未通知就被修改。使用本函數(shù)風險自擔。
Returns true
if the argument means fault, false
otherwise. Fault
description is available in $arg["faultString"]
, fault
code is in $arg["faultCode"]
.
See example by xmlrpc_encode_request().