mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Add CURLOPT_TCP_NODELAY documentation
-- Provided by Incognito (drakain@gmail.com) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333124 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9d7076d4cf
commit
3630873137
1 changed files with 11 additions and 0 deletions
|
@ -216,6 +216,17 @@
|
|||
<entry valign="top">
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry valign="top"><constant>CURLOPT_TCP_NODELAY</constant></entry>
|
||||
<entry valign="top">
|
||||
Pass a long specifying whether the TCP_NODELAY option is to be set or
|
||||
cleared (1 = set, 0 = clear). The option is cleared by default.
|
||||
</entry>
|
||||
<entry valign="top">
|
||||
Available since PHP 5.2.1 for versions compiled with libcurl 7.11.2 or
|
||||
greater.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry valign="top"><constant>CURLOPT_FTPASCII</constant></entry>
|
||||
<entry valign="top">
|
||||
|
|
Loading…
Reference in a new issue