mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
77 lines
1.7 KiB
XML
77 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<variablelist xml:id="constant.curl-pause.constants" role="constant_list">
|
|
<title><function>curl_pause</function></title>
|
|
<varlistentry xml:id="constant.curlpause-all">
|
|
<term>
|
|
<constant>CURLPAUSE_ALL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Pause sending and receiving data.
|
|
Available as of cURL 7.18.0.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curlpause-cont">
|
|
<term>
|
|
<constant>CURLPAUSE_CONT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Unpause sending and receiving data.
|
|
Available as of cURL 7.18.0.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curlpause-recv">
|
|
<term>
|
|
<constant>CURLPAUSE_RECV</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Pause receiving data.
|
|
Available as of cURL 7.18.0.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curlpause-recv-cont">
|
|
<term>
|
|
<constant>CURLPAUSE_RECV_CONT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Unpause receiving data.
|
|
Available as of cURL 7.18.0.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curlpause-send">
|
|
<term>
|
|
<constant>CURLPAUSE_SEND</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Pause sending data.
|
|
Available as of cURL 7.18.0.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curlpause-send-cont">
|
|
<term>
|
|
<constant>CURLPAUSE_SEND_CONT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Unpause sending data.
|
|
Available as of cURL 7.18.0.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|