svn: /phpdoc/ja/trunk/reference/curl/functions/ curl-share-setopt.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Fri, 13 Mar 2020 09:45:51 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349403
Log:
Fix #79105: curl_share_setopt incorrect argument type
Bug: https://bugs.php.net/79105 (Closed) curl_share_setopt incorrect argument type
Changed paths:
U phpdoc/ja/trunk/reference/curl/functions/curl-share-setopt.xml
Modified: phpdoc/ja/trunk/reference/curl/functions/curl-share-setopt.xml
===================================================================
--- phpdoc/ja/trunk/reference/curl/functions/curl-share-setopt.xml 2020-03-13 09:40:51 UTC (rev 349402)
+++ phpdoc/ja/trunk/reference/curl/functions/curl-share-setopt.xml 2020-03-13 09:45:51 UTC (rev 349403)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343888 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349391 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="function.curl-share-setopt" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -14,7 +15,7 @@
<type>bool</type><methodname>curl_share_setopt</methodname>
<methodparam><type>resource</type><parameter>sh</parameter></methodparam>
<methodparam><type>int</type><parameter>option</parameter></methodparam>
- <methodparam><type>string</type><parameter>value</parameter></methodparam>
+ <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
<para>
指定した cURL 共有ハンドルに、オプションを設定します。