[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 92 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
StreamClient:: (2 methods):
retrieveResponse()
generateStreamContext()
Class: StreamClient - X-Ref
Client implementation for streams/file_get_contentsretrieveResponse(UriInterface $endpoint,$requestBody,array $extraHeaders = array() X-Ref |
Any implementing HTTP providers should send a request to the provided endpoint with the parameters. They should return, in string form, the response body and throw an exception on error. param: UriInterface $endpoint param: mixed $requestBody param: array $extraHeaders param: string $method return: string |
generateStreamContext($body, $headers, $method) X-Ref |
No description |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |