mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix parameter name
Cf. <https://github.com/php/php-src/pull/6435>. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351624 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
865da51efb
commit
24a693e9a4
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type class="union"><type>string</type><type>null</type></type><methodname>curl_multi_getcontent</methodname>
|
||||
<methodparam><type>CurlHandle</type><parameter>multi_handle</parameter></methodparam>
|
||||
<methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
If <constant>CURLOPT_RETURNTRANSFER</constant> is an option that is set for a specific handle,
|
||||
|
@ -46,7 +46,7 @@
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
&curl.changelog.multi-handle-param;
|
||||
&curl.changelog.handle-param;
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
|
Loading…
Reference in a new issue