diff --git a/functions/classobj.xml b/functions/classobj.xml index 481f52cdfe..6466f0edf1 100644 --- a/functions/classobj.xml +++ b/functions/classobj.xml @@ -1,5 +1,5 @@ - + Class/Object Functions Classes/Objects @@ -323,16 +323,18 @@ call_user_method ("print_info", $cntry, "\t"); This function returns the name of the class of which the - object obj is an instance. + object obj is an instance. Upon + failure, &false; is returned. - - get_class returns the class name in - lowercase form. - + + get_class returns a user defined class name + in lowercase. A class defined in a PHP extension is returned + in its original notation. + - See also get_parent_class, + See also get_parent_class and is_subclass_of