reference/curl/functions/curl-pause.xml
77a60306bc47d2151ebca7e6983897a0371a9671
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="function.curl-pause" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>curl_pause</refname>
...
...
@@ -11,15 +10,15 @@
11
10
&reftitle.description;
12
11
<methodsynopsis>
13
12
<type>int</type><methodname>curl_pause</methodname>
14
-
<methodparam><type>resource</type><parameter>ch</parameter></methodparam>
15
-
<methodparam><type>int</type><parameter>bitmask</parameter></methodparam>
13
+
<methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
14
+
<methodparam><type>int</type><parameter>flags</parameter></methodparam>
16
15
</methodsynopsis>
17
16
<para>
18
-

17
+
Pause or unpause a cURL session. A session can be paused while a transfer is in progress,
18
+
in either the read, write or both directions, by calling this function from a callback
19
+
registered with <function>curl_setopt</function>.
19
20
</para>
20
21

21
-
&warn.undocumented.func;
22
-

23
22
</refsect1>
24
23

25
24
<refsect1 role="parameters">
...
...
@@ -27,7 +26,7 @@
27
26
<variablelist>
28
27
&curl.ch.description;
29
28
<varlistentry>
30
-
<term><parameter>bitmask</parameter></term>
29
+
<term><parameter>flags</parameter></term>
31
30
<listitem>
32
31
<para>
33
32
One of <constant>CURLPAUSE_*</constant> constants.
...
...
@@ -44,8 +43,24 @@
44
43
</para>
45
44
</refsect1>
46
45

47
-
</refentry>
46
+
<refsect1 role="changelog">
47
+
&reftitle.changelog;
48
+
<informaltable>
49
+
<tgroup cols="2">
50
+
<thead>
51
+
<row>
52
+
<entry>&Version;</entry>
53
+
<entry>&Description;</entry>
54
+
</row>
55
+
</thead>
56
+
<tbody>
57
+
&curl.changelog.handle-param;
58
+
</tbody>
59
+
</tgroup>
60
+
</informaltable>
61
+
</refsect1>
48
62

63
+
</refentry>
49
64
<!-- Keep this comment at the end of the file
50
65
Local variables:
51
66
mode: sgml
52
67