svn: /phpdoc/ja/trunk/reference/reflection/reflectionclass/ getreflectionconstant.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sun, 22 Nov 2020 13:54:13 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351495
Log:
Fix return type
This integrates user note 125527.
Changed paths:
U phpdoc/ja/trunk/reference/reflection/reflectionclass/getreflectionconstant.xml
Modified: phpdoc/ja/trunk/reference/reflection/reflectionclass/getreflectionconstant.xml
===================================================================
--- phpdoc/ja/trunk/reference/reflection/reflectionclass/getreflectionconstant.xml 2020-11-22 13:32:41 UTC (rev 351494)
+++ phpdoc/ja/trunk/reference/reflection/reflectionclass/getreflectionconstant.xml 2020-11-22 13:54:13 UTC (rev 351495)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 342902 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 351494 Maintainer: mumumu Status: ready -->
<refentry xml:id="reflectionclass.getreflectionconstant" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <type>ReflectionClassConstant</type><methodname>ReflectionClass::getReflectionConstant</methodname>
+ <modifier>public</modifier> <type class="union"><type>ReflectionClassConstant</type><type>false</type></type><methodname>ReflectionClass::getReflectionConstant</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
@@ -40,6 +40,7 @@
&reftitle.returnvalues;
<para>
<classname>ReflectionClassConstant</classname> を返します。
+ &return.falseforfailure;
</para>
</refsect1>