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/sysmethhelp.html | 155 ------------------------------------ 1 file changed, 155 deletions(-) delete mode 100644 modules/xmlrpc/doc/sysmethhelp.html (limited to 'modules/xmlrpc/doc/sysmethhelp.html') diff --git a/modules/xmlrpc/doc/sysmethhelp.html b/modules/xmlrpc/doc/sysmethhelp.html deleted file mode 100644 index 151d8d16..00000000 --- a/modules/xmlrpc/doc/sysmethhelp.html +++ /dev/null @@ -1,155 +0,0 @@ -system.methodHelp
XML-RPC for PHP: version 1.1
PrevChapter 7. Reserved methodsNext

system.methodHelp

This method takes one parameter, the name of a method - implemented by the XML-RPC server.

It returns a documentation string describing the use of that - method. If no such string is available, an empty string is returned. -

The documentation string may contain HTML markup. -


PrevHomeNext
system.methodSignatureUpExamples
\ No newline at end of file -- cgit