Function __global->xml_rpc

Definitions

sources/xmlrpc.php

  • Do a highly-simplified XML-RPC request (no actual calling supported - just messaging).
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$url URLPATH required parameter N/A N/A The XML-RPC call URL
$method string required parameter N/A N/A The method name to call
$params array required parameter N/A N/A An array of parameters
$accept_failure boolean False N/A N/A Whether to accept failure

Return

  • The result (null: failed)
  • Type: ?string
  • Set: N/A
  • Range: N/A