Query: curl_multi_setopt
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CURL_MULTI_SETOPT(3) 1 CURL_MULTI_SETOPT(3) curl_multi_setopt - Set an option for the cURL multi handleSYNOPSISbool curl_multi_setopt (resource $mh, int $option, mixed $value)DESCRIPTIONWarning This function is currently not documented; only its argument list is available.PARAMETERSo $mh - o $option - One of the CURLMOPT_* constants. o $value - The value to be set on $option. $value should be an int for the following values of the $option parameter: +---------------------+--------------------------------------+---+ | Option | | | | | | | | | Set $value to | | | | | | +---------------------+--------------------------------------+---+ | | | | |CURLMOPT_PIPELINING | | | | | | | | | Pass 1 to enable or 0 to disable. | | | | Enabling pipelining on a multi han- | | | | dle will make it attempt to perform | | | | HTTP Pipelining as far as possible | | | | for transfers using this handle. | | | | This means that if you add a second | | | | request that can use an already | | | | existing connection, the second | | | | request will be "piped" on the same | | | | connection. | | | | | | | | | | |CURLMOPT_MAXCONNECTS | | | | | | | | | Pass a number that will be used as | | | | the maximum amount of simultaneously | | | | open connections that libcurl may | | | | cache. Default is 10. When the cache | | | | is full, curl closes the oldest one | | | | in the cache to prevent the number | | | | of open connections from increasing. | | | | | | +---------------------+--------------------------------------+---+RETURN VALUESReturns TRUE on success or FALSE on failure. PHP Documentation Group CURL_MULTI_SETOPT(3)
Related Man Pages |
---|
curlmopt_maxconnects(3) - mojave |
curlmopt_max_pipeline_length(3) - mojave |
curlopt_maxconnects(3) - mojave |
curl_multi_setopt(3) - debian |
curl_multi_setopt(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Creating Report file with 'vlookup' kind of structure in shell |
Awk printing help |
How to include cURL library? |
Search string at a particular position in a file |