reference/curl/functions/curl-multi-getcontent.xml
427ab27e525c67f731ea0ef15d3d89e5f87fe191
...
...
@@ -9,8 +9,8 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>curl_multi_getcontent</methodname>
13
-
<methodparam><type>resource</type><parameter>ch</parameter></methodparam>
12
+
<type class="union"><type>string</type><type>null</type></type><methodname>curl_multi_getcontent</methodname>
13
+
<methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
If <constant>CURLOPT_RETURNTRANSFER</constant> is an option that is set for a specific handle,
...
...
@@ -31,10 +31,27 @@
31
31
<refsect1 role="returnvalues">
32
32
&reftitle.returnvalues;
33
33
<para>
34
-
Return the content of a cURL handle if <constant>CURLOPT_RETURNTRANSFER</constant> is set.
34
+
Return the content of a cURL handle if <constant>CURLOPT_RETURNTRANSFER</constant> is set or &null; if not set.
35
35
</para>
36
36
</refsect1>
37
37

38
+
<refsect1 role="changelog">
39
+
&reftitle.changelog;
40
+
<informaltable>
41
+
<tgroup cols="2">
42
+
<thead>
43
+
<row>
44
+
<entry>&Version;</entry>
45
+
<entry>&Description;</entry>
46
+
</row>
47
+
</thead>
48
+
<tbody>
49
+
&curl.changelog.handle-param;
50
+
</tbody>
51
+
</tgroup>
52
+
</informaltable>
53
+
</refsect1>
54
+

38
55
<refsect1 role="seealso">
39
56
&reftitle.seealso;
40
57
<para>
...
...
@@ -45,7 +62,6 @@
45
62
</refsect1>
46
63
47
64
</refentry>
48
-

49
65
<!-- Keep this comment at the end of the file
50
66
Local variables:
51
67
mode: sgml
52
68