5. Debugging aids

5.1. xmlrpc_debugmsg

xmlrpc_debugmsg($debugstring);
$debugstring;

Sends the contents of $debugstring in XML comments in the server return payload. If a PHP client has debugging turned on, the user will be able to see server debug information.

Use this function in your methods so you can pass back diagnostic information. It is only available from xmlrpcs.inc.