[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 89 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
XmlRpcServer:: (5 methods):
__construct()
serve()
call()
toDate()
toFile()
Class: XmlRpcServer - X-Ref
Contains needed wrapper functions and registers all available XMLRPC functions.__construct($wait = false) X-Ref |
Constructor. Register methods and run Server |
serve($data = false) X-Ref |
No description |
call($methodname, $args) X-Ref |
toDate($data) X-Ref |
return: Date param: string|int $data iso date(yyyy[-]mm[-]dd[ hh:mm[:ss]]) or timestamp |
toFile($data) X-Ref |
return: Base64 param: string $data |