From 42f1115c2ed920d9624f73b64d9c5e1c0df675b2 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 21 Jun 2007 07:17:14 +0000 Subject: updated to the latest version of the xmlrpc library, and removed some useless files --- modules/xmlrpc/doc/debugging.html | 188 -------------------------------------- 1 file changed, 188 deletions(-) delete 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 deleted file mode 100644 index 7a0e567b..00000000 --- a/modules/xmlrpc/doc/debugging.html +++ /dev/null @@ -1,188 +0,0 @@ -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