reference/curl/functions/curl-exec.xml
b7f8c11e56ff1c57a2993e2ed7e5c5ace18637fd
...
...
@@ -9,8 +9,8 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>mixed</type><methodname>curl_exec</methodname>
13
-
<methodparam><type>resource</type><parameter>ch</parameter></methodparam>
12
+
<type class="union"><type>string</type><type>bool</type></type><methodname>curl_exec</methodname>
13
+
<methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
Execute the given cURL session.
...
...
@@ -47,6 +47,23 @@
47
47
</note>
48
48
</refsect1>
49
49
50
+
<refsect1 role="changelog">
51
+
&reftitle.changelog;
52
+
<informaltable>
53
+
<tgroup cols="2">
54
+
<thead>
55
+
<row>
56
+
<entry>&Version;</entry>
57
+
<entry>&Description;</entry>
58
+
</row>
59
+
</thead>
60
+
<tbody>
61
+
&curl.changelog.handle-param;
62
+
</tbody>
63
+
</tgroup>
64
+
</informaltable>
65
+
</refsect1>
66
+

50
67
<refsect1 role="examples">
51
68
&reftitle.examples;
52
69
<para>
...
...
@@ -84,7 +101,6 @@ curl_close($ch);
84
101
</refsect1>
85
102

86
103
</refentry>
87
-

88
104
<!-- Keep this comment at the end of the file
89
105
Local variables:
90
106
mode: sgml
91
107