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/sysmethhelp.html | 155 ++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create 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 new file mode 100644 index 00000000..151d8d16 --- /dev/null +++ b/modules/xmlrpc/doc/sysmethhelp.html @@ -0,0 +1,155 @@ +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