/sources/xmlrpc.php

Description
Functions
xml_rpc (line 30)

Do a highly-simplified XML-RPC request (no actual calling supported - just messaging).

  • return: The result (NULL: failed).
?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.

  • return: XML-RPC format version
string _xml_rpc_type_convert (mixed $_value)
  • mixed $_value: Data

Documentation generated on Sun, 02 Jan 2011 23:29:35 +0000 by phpDocumentor 1.4.3