mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Note is_subclass_of() is not fussy about nonexisting classes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334468 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dd3aac4e4f
commit
59b4b899d3
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
<term><parameter>object</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A class name or an object instance
|
||||
A class name or an object instance. No error is generated if the class does not exist.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -54,7 +54,7 @@
|
|||
&reftitle.returnvalues;
|
||||
<para>
|
||||
This function returns &true; if the object <parameter>object</parameter>,
|
||||
belongs to a class which is a subclass of
|
||||
belongs to a class which is a subclass of
|
||||
<parameter>class_name</parameter>, &false; otherwise.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -80,7 +80,7 @@
|
|||
<entry>5.3.7</entry>
|
||||
<entry>
|
||||
Added support for <parameter>class_name</parameter> to work with
|
||||
interfaces
|
||||
interfaces
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue