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:
Daniel Beckham 2001-03-27 16:07:03 +00:00
parent a997a184c5
commit f6f5a0cd14

View file

@ -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>