mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Object is instance of class (fixes #49798)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290701 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
22deb8e7df
commit
ccded777d9
1 changed files with 2 additions and 2 deletions
|
@ -11,10 +11,10 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>bool</type><methodname>ReflectionClass::isInstance</methodname>
|
||||
<methodparam><type>string</type><parameter>object</parameter></methodparam>
|
||||
<methodparam><type>object</type><parameter>object</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Checks if a class is an instance of an object.
|
||||
Checks if an object is an instance of a class.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue