| [ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 70 lines (2 kb) |
| Included or required: | 2 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
HTTPMockClient:: (4 methods):
__construct()
noconnection()
sendRequest()
errorInfo()
Class: HTTPMockClient - X-Ref
Class HTTPMockClient| __construct() X-Ref |
| Sets shorter timeout |
| noconnection() X-Ref |
| Returns true if the connection timed out return: bool |
| sendRequest($url, $data = '', $method = 'GET') X-Ref |
| Retries sending the request multiple times param: string $url param: string $data param: string $method return: bool |
| errorInfo($info = '') X-Ref |
| Return detailed error data param: string $info optional additional info return: string |