xml_rpc (line 30)
Do a highly-simplified XML-RPC request (no actual calling supported - just messaging).
?string
xml_rpc
(URLPATH $url, string $method, array $params, [boolean $accept_failure = false])
-
URLPATH
$url: The XML-RPC call URL
-
string
$method: The method name to call.
-
array
$params: An array of parameters.
-
boolean
$accept_failure: Whether to accept failure.
_xml_rpc_type_convert (line 64)
Convert some data to XML-RPC format.
string
_xml_rpc_type_convert
(mixed $_value)