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:
Chris Wright 2014-03-26 14:31:37 +00:00
parent 9d7076d4cf
commit 3630873137

View file

@ -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">