Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
GuzzleHttp\Handler\CurlMultiHandler Class Reference

Public Member Functions

 __get ($name)
 
 __invoke (RequestInterface $request, array $options)
 
 execute ()
 Runs until all outstanding connections have completed.
 
 tick ()
 Ticks the curl event loop.
 

Public Attributes

if(isset( $options[ 'select_timeout'])) elseif($selectTimeout=Utils::getenv('GUZZLE_CURL_SELECT_TIMEOUT')) else
 
$this options = $options['options'] ?? []
 

Member Function Documentation

◆ __get()

GuzzleHttp\Handler\CurlMultiHandler::__get ( $name)
Parameters
string$name
Return values
resource|CurlMultiHandle
Exceptions
BadMethodCallExceptionwhen another field as _mh will be gotten
RuntimeExceptionwhen curl can not initialize a multi handle

Member Data Documentation

◆ else

if(isset($options['select_timeout'])) elseif ( $selectTimeout=Utils::getenv( 'GUZZLE_CURL_SELECT_TIMEOUT')) GuzzleHttp\Handler\CurlMultiHandler::else
Initial value:
{
$this->selectTimeout = 1

The documentation for this class was generated from the following file: