mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Updated doc for new cURL constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335981 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a73621ab6b
commit
a3078f7bcb
1 changed files with 22 additions and 0 deletions
|
@ -2874,6 +2874,28 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.curlproxy-socks4a">
|
||||
<term>
|
||||
<constant>CURLPROXY_SOCKS4A</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available since PHP 5.5.23 and PHP 5.6.7 and cURL 7.18.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.curlproxy-socks5-hostname">
|
||||
<term>
|
||||
<constant>CURLPROXY_SOCKS5_HOSTNAME</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available since PHP 5.5.23 and PHP 5.6.7 and cURL 7.18.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</appendix>
|
||||
|
|
Loading…
Reference in a new issue