svn: /phpdoc/ja/trunk/reference/curl/functions/ curl-multi-getcontent.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Thu, 26 Nov 2020 00:14:00 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351656
Log:
Fix parameter name
Cf. <https://github.com/php/php-src/pull/6435>.
Changed paths:
U phpdoc/ja/trunk/reference/curl/functions/curl-multi-getcontent.xml
Modified: phpdoc/ja/trunk/reference/curl/functions/curl-multi-getcontent.xml
===================================================================
--- phpdoc/ja/trunk/reference/curl/functions/curl-multi-getcontent.xml 2020-11-26 00:12:40 UTC (rev 351655)
+++ phpdoc/ja/trunk/reference/curl/functions/curl-multi-getcontent.xml 2020-11-26 00:14:00 UTC (rev 351656)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351621 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351624 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="function.curl-multi-getcontent" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>curl_multi_getcontent</refname>
@@ -11,7 +12,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>
<constant>CURLOPT_RETURNTRANSFER</constant> に何らかのハンドルが設定されている場合に、
@@ -47,7 +48,7 @@
</row>
</thead>
<tbody>
- &curl.changelog.multi-handle-param;
+ &curl.changelog.handle-param;
</tbody>
</tgroup>
</informaltable>