-
- Downloads
- Added an XML-RPC server. Modules that want to export remote procedure calls can implement the new 'xmlrpc' hook. Example: function mymodule_xmlrpc() { return array("drupal.myfunction" => array("function" => "mymodule_myfunction")); }
parent
8df2ec0e
Branches
Tags
includes/xmlrpc.inc
0 → 100644
includes/xmlrpcs.inc
0 → 100644
xmlrpc.php
0 → 100644
Please register or sign in to comment