mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Add CURLPAUSE_* constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332895 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7c2c57dddc
commit
047074009c
1 changed files with 66 additions and 0 deletions
|
@ -2731,6 +2731,72 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.curlpause-all">
|
||||
<term>
|
||||
<constant>CURLPAUSE_ALL</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available since PHP 5.5.0 and cURL 7.18.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.curlpause-cont">
|
||||
<term>
|
||||
<constant>CURLPAUSE_CONT</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available since PHP 5.5.0 and cURL 7.18.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.curlpause-recv">
|
||||
<term>
|
||||
<constant>CURLPAUSE_RECV</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available since PHP 5.5.0 and cURL 7.18.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.curlpause-recv-cont">
|
||||
<term>
|
||||
<constant>CURLPAUSE_RECV_CONT</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available since PHP 5.5.0 and cURL 7.18.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.curlpause-send">
|
||||
<term>
|
||||
<constant>CURLPAUSE_SEND</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available since PHP 5.5.0 and cURL 7.18.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.curlpause-send-cont">
|
||||
<term>
|
||||
<constant>CURLPAUSE_SEND_CONT</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available since PHP 5.5.0 and cURL 7.18.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</appendix>
|
||||
|
|
Loading…
Reference in a new issue