[DOC-CVS] [doc-en] master: Update doc for reflection class is methods (#4877)
[email protected] (Narkunan via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Narkunan (Narkunan) Committer: GitHub (web-flow) Pusher: Crell Date: 2025-10-03T09:37:36-05:00 Commit: https://github.com/php/doc-en/commit/84f25609071c1da9110a54776d0eda3d3709cacb Raw diff: https://github.com/php/doc-en/commit/84f25609071c1da9110a54776d0eda3d3709cacb.diff Update doc for reflection class is methods (#4877) * Updated doc for innamespace return value * Updated doc for isabstarct return value * Updated doc for isanonymous return value * Updated doc for isfinal return value * Updated doc for isInstance return value * Updated doc for isinstantiable return value Changed paths: M reference/reflection/reflectionclass/innamespace.xml M reference/reflection/reflectionclass/isabstract.xml M reference/reflection/reflectionclass/isanonymous.xml M reference/reflection/reflectionclass/isfinal.xml M reference/reflection/reflectionclass/isinstance.xml M reference/reflection/reflectionclass/isinstantiable.xml M reference/reflection/reflectionclass/isinterface.xml M reference/reflection/reflectionclass/isinternal.xml M reference/reflection/reflectionclass/isiterable.xml M reference/reflection/reflectionclass/issubclassof.xml Diff: diff --git a/reference/reflection/reflectionclass/innamespace.xml b/reference/reflection/reflectionclass/innamespace.xml index 7e7b4977b8e3..e3cd7f5a1a9e 100644 --- a/reference/reflection/reflectionclass/innamespace.xml +++ b/reference/reflection/reflectionclass/innamespace.xml @@ -25,7 +25,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - &return.success; + Returns &true; if the class is in specified namespace or &false; otherwise. </para> </refsect1> diff --git a/reference/reflection/reflectionclass/isabstract.xml b/reference/reflection/reflectionclass/isabstract.xml index 0b9ad2e64925..5d445070aacf 100644 --- a/reference/reflection/reflectionclass/isabstract.xml +++ b/reference/reflection/reflectionclass/isabstract.xml @@ -25,7 +25,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - &return.success; + Returns &true; if the class is abstract or &false; otherwise. </para> </refsect1> diff --git a/reference/reflection/reflectionclass/isanonymous.xml b/reference/reflection/reflectionclass/isanonymous.xml index cd3b5c80564e..03561b5646af 100644 --- a/reference/reflection/reflectionclass/isanonymous.xml +++ b/reference/reflection/reflectionclass/isanonymous.xml @@ -25,7 +25,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - &return.success; + Returns &true; if the class is anonymous or &false; otherwise. </para> </refsect1> diff --git a/reference/reflection/reflectionclass/isfinal.xml b/reference/reflection/reflectionclass/isfinal.xml index ce2df1490017..cf37aaaf2388 100644 --- a/reference/reflection/reflectionclass/isfinal.xml +++ b/reference/reflection/reflectionclass/isfinal.xml @@ -25,7 +25,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - &return.success; + Returns &true; if the class is final or &false; otherwise. </para> </refsect1> diff --git a/reference/reflection/reflectionclass/isinstance.xml b/reference/reflection/reflectionclass/isinstance.xml index 2f761572a0dd..819c56de9bda 100644 --- a/reference/reflection/reflectionclass/isinstance.xml +++ b/reference/reflection/reflectionclass/isinstance.xml @@ -36,7 +36,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - &return.success; + Returns &true; if the object is an instance of the class, or &false; otherwise. </para> </refsect1> diff --git a/reference/reflection/reflectionclass/isinstantiable.xml b/reference/reflection/reflectionclass/isinstantiable.xml index 9bdf3dd5efc6..aa070e66e513 100644 --- a/reference/reflection/reflectionclass/isinstantiable.xml +++ b/reference/reflection/reflectionclass/isinstantiable.xml @@ -26,7 +26,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - &return.success; + Returns &true; if the class is instantiable or &false; otherwise. </para> </refsect1> diff --git a/reference/reflection/reflectionclass/isinterface.xml b/reference/reflection/reflectionclass/isinterface.xml index c13619740b39..3425bc07f553 100644 --- a/reference/reflection/reflectionclass/isinterface.xml +++ b/reference/reflection/reflectionclass/isinterface.xml @@ -25,7 +25,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - &return.success; + Returns &true; if the class is an interface or &false; otherwise. </para> </refsect1> diff --git a/reference/reflection/reflectionclass/isinternal.xml b/reference/reflection/reflectionclass/isinternal.xml index 0a58df679ba8..6e14285a6f4a 100644 --- a/reference/reflection/reflectionclass/isinternal.xml +++ b/reference/reflection/reflectionclass/isinternal.xml @@ -26,7 +26,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - &return.success; + Returns &true; if the class is defined internally by an extension or core, or &false; otherwise. </para> </refsect1> diff --git a/reference/reflection/reflectionclass/isiterable.xml b/reference/reflection/reflectionclass/isiterable.xml index 55dfb21f3122..df4413424a5e 100644 --- a/reference/reflection/reflectionclass/isiterable.xml +++ b/reference/reflection/reflectionclass/isiterable.xml @@ -25,7 +25,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - &return.success; + Returns &true; if the class is iterable or &false; otherwise. </para> </refsect1> diff --git a/reference/reflection/reflectionclass/issubclassof.xml b/reference/reflection/reflectionclass/issubclassof.xml index caae0eb9f220..d76b0802b25f 100644 --- a/reference/reflection/reflectionclass/issubclassof.xml +++ b/reference/reflection/reflectionclass/issubclassof.xml @@ -38,7 +38,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - &return.success; + Returns &true; if the class is a subclass of the specified class or interface, or &false; otherwise. </para> </refsect1>