mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
added note to help clarify return type of get_class
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@44398 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a997a184c5
commit
f6f5a0cd14
1 changed files with 6 additions and 0 deletions
|
@ -315,6 +315,12 @@ call_user_method ("print_info", $cntry, "\t");
|
|||
This function returns the name of the class of which the
|
||||
object <parameter>obj</parameter> is an instance.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
<function>get_class</function> returns the class name in
|
||||
lowercase form.
|
||||
</para>
|
||||
</note>
|
||||
<simpara>
|
||||
See also <function>get_parent_class</function>,
|
||||
<function>is_subclass_of</function>
|
||||
|
|
Loading…
Reference in a new issue