[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 77 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
DokuHTTPClient:: (2 methods):
__construct()
sendRequest()
Class: DokuHTTPClient - X-Ref
Adds DokuWiki specific configs to the HTTP client__construct() X-Ref |
Constructor. author: Andreas Gohr <andi@splitbrain.org> |
sendRequest($url,$data='',$method='GET') X-Ref |
return: bool param: string $url param: string|array $data the post data either as array or raw data param: string $method |