From bcad40a05ab2dc2a341a3227e30b96668bce4500 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 9 Jun 2005 16:34:40 +0000 Subject: New Import --- modules/xmlrpc/doc/debugging.html | 188 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) create mode 100644 modules/xmlrpc/doc/debugging.html (limited to 'modules/xmlrpc/doc/debugging.html') diff --git a/modules/xmlrpc/doc/debugging.html b/modules/xmlrpc/doc/debugging.html new file mode 100644 index 00000000..7a0e567b --- /dev/null +++ b/modules/xmlrpc/doc/debugging.html @@ -0,0 +1,188 @@ +Debugging aids
XML-RPC for PHP: version 1.1
PrevChapter 6. Helper functionsNext

Debugging aids

xmlrpc_debugmsg

xmlrpc_debugmsg($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.


PrevHomeNext
Easy use with PHP arraysUpReserved methods
\ No newline at end of file -- cgit