[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/HTTP/ -> DokuHTTPClient.php (summary)

(no description)

File Size: 79 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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