mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Clarify TIMEOUT_MS (doc bug #53331)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308205 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d78c0a4f33
commit
22bdd06b74
1 changed files with 8 additions and 0 deletions
|
@ -440,6 +440,10 @@
|
|||
<entry valign="top">
|
||||
The number of milliseconds to wait while trying to connect. Use 0 to
|
||||
wait indefinitely.
|
||||
<!-- http://curl.haxx.se/libcurl/c/curl_easy_setopt.html -->
|
||||
If libcurl is built to use the standard system name resolver, that
|
||||
portion of the connect will still use full-second resolution for
|
||||
timeouts with a minimum timeout allowed of one second.
|
||||
</entry>
|
||||
<entry valign="top">
|
||||
Added in cURL 7.16.2. Available since PHP 5.2.3.
|
||||
|
@ -700,6 +704,10 @@
|
|||
<entry valign="top">
|
||||
The maximum number of milliseconds to allow cURL functions to
|
||||
execute.
|
||||
<!-- http://curl.haxx.se/libcurl/c/curl_easy_setopt.html -->
|
||||
If libcurl is built to use the standard system name resolver, that
|
||||
portion of the connect will still use full-second resolution for
|
||||
timeouts with a minimum timeout allowed of one second.
|
||||
</entry>
|
||||
<entry valign="top">
|
||||
Added in cURL 7.16.2. Available since PHP 5.2.3.
|
||||
|
|
Loading…
Reference in a new issue