From 32b8e02ed2974476dadf2607306565c360194dfd Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 22 Nov 2001 20:59:31 +0000 Subject: [PATCH] get_class() updated as per bug #10172 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63062 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/classobj.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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