svn: /phpdoc/ja/trunk/appendices/ resources.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Thu, 26 Nov 2020 00:59:57 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351661
Log:
added missing handle description committed on r351621
Changed paths:
U phpdoc/ja/trunk/appendices/resources.xml
Modified: phpdoc/ja/trunk/appendices/resources.xml
===================================================================
--- phpdoc/ja/trunk/appendices/resources.xml 2020-11-26 00:54:59 UTC (rev 351660)
+++ phpdoc/ja/trunk/appendices/resources.xml 2020-11-26 00:59:57 UTC (rev 351661)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351613 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi,mumumu -->
<appendix xml:id="resource" xmlns="http://docbook.org/ns/docbook">
<title>リソース型の一覧</title>
@@ -267,9 +267,41 @@
<entry>
<function>curl_close</function>
</entry>
- <entry>Curl セッション</entry>
+ <entry>cURL ハンドル</entry>
</row>
<row>
+ <entry>curl_multi</entry>
+ <entry>
+ <function>curl_multi_init</function>
+ </entry>
+ <entry>
+ <function>curl_multi_errno</function>,
+ <function>curl_multi_exec</function>,
+ <function>curl_multi_info_read</function>,
+ <function>curl_multi_remove_handle</function>,
+ <function>curl_multi_select</function>,
+ <function>curl_multi_setopt</function>
+ </entry>
+ <entry>
+ <function>curl_multi_close</function>
+ </entry>
+ <entry>cURL マルチハンドル</entry>
+ </row>
+ <row>
+ <entry>curl_share</entry>
+ <entry>
+ <function>curl_share_init</function>
+ </entry>
+ <entry>
+ <function>curl_share_errno</function>,
+ <function>curl_share_setopt</function>
+ </entry>
+ <entry>
+ <function>curl_share_close</function>
+ </entry>
+ <entry>cURL 共有ハンドル</entry>
+ </row>
+ <row>
<entry>dba</entry>
<entry>
<function>dba_open</function>