svn: /phpdoc/ja/trunk/reference/enchant/functions/ enchant-broker-describe.xml enchant-broker-list-dicts.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sun, 03 May 2020 10:31:04 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349740
Log:
Fix return value description
Changed paths:
U phpdoc/ja/trunk/reference/enchant/functions/enchant-broker-describe.xml
U phpdoc/ja/trunk/reference/enchant/functions/enchant-broker-list-dicts.xml
Modified: phpdoc/ja/trunk/reference/enchant/functions/enchant-broker-describe.xml
===================================================================
--- phpdoc/ja/trunk/reference/enchant/functions/enchant-broker-describe.xml 2020-05-03 10:25:08 UTC (rev 349739)
+++ phpdoc/ja/trunk/reference/enchant/functions/enchant-broker-describe.xml 2020-05-03 10:31:04 UTC (rev 349740)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349733 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="function.enchant-broker-describe" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_broker_describe</refname>
@@ -37,7 +38,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- &return.success;
+ 利用可能な Enchant プロバイダの一覧と、その詳細を &array; として返します。
+ &return.falseforfailure;
</para>
</refsect1>
Modified: phpdoc/ja/trunk/reference/enchant/functions/enchant-broker-list-dicts.xml
===================================================================
--- phpdoc/ja/trunk/reference/enchant/functions/enchant-broker-list-dicts.xml 2020-05-03 10:25:08 UTC (rev 349739)
+++ phpdoc/ja/trunk/reference/enchant/functions/enchant-broker-list-dicts.xml 2020-05-03 10:31:04 UTC (rev 349740)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349733 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="function.enchant-broker-list-dicts" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>enchant_broker_list_dicts</refname>
@@ -36,7 +37,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- &return.success;
+ 使用可能な辞書の一覧と、その詳細を &array; として返します。
+ &return.falseforfailure;
</para>
</refsect1>