| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 219 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
CurlMultiHandler:: (10 methods):
__construct()
__get()
__destruct()
__invoke()
tick()
execute()
addRequest()
cancel()
processMessages()
timeToNext()
Class: CurlMultiHandler - X-Ref
Returns an asynchronous response using curl_multi_* functions.| __construct(array $options = []) X-Ref |
| This handler accepts the following options: - handle_factory: An optional factory used to create curl handles - select_timeout: Optional timeout (in seconds) to block before timing out while selecting curl handles. Defaults to 1 second. - options: An associative array of CURLMOPT_* options and corresponding values for curl_multi_setopt() param: array $options |
| __get($name) X-Ref |
| No description |
| __destruct() X-Ref |
| No description |
| __invoke(RequestInterface $request, array $options) X-Ref |
| No description |
| tick() X-Ref |
| No description |
| execute() X-Ref |
| Runs until all outstanding connections have completed. |
| addRequest(array $entry) X-Ref |
| No description |
| cancel($id) X-Ref |
| Cancels a handle from sending and removes references to it. param: int $id Handle ID to cancel and remove. return: bool True on success, false on failure. |
| processMessages() X-Ref |
| No description |
| timeToNext() X-Ref |
| No description |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |