From: Stanislav Malyshev Date: Wed, 22 Jan 2003 14:55:01 +0000 (+0000) Subject: some small refinements for get_class_* X-Git-Tag: PHP_5_0_dev_before_13561_fix~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d433a62ef45e129ba3809d1c8635003616b7fcfd;p=php some small refinements for get_class_* --- diff --git a/Zend/OBJECTS2_HOWTO b/Zend/OBJECTS2_HOWTO index ce0fbdb3ea..aef370330d 100644 --- a/Zend/OBJECTS2_HOWTO +++ b/Zend/OBJECTS2_HOWTO @@ -101,8 +101,10 @@ compared. Objects - reflection -------------------- -get_class_name is used to retrieve class name of the object. No other -reflection functions are currently implemented. +get_class_name is used to retrieve class name of the object. +get_class_entry returns class entry (zend_class_entry) for the object, +in case there exists PHP class for it. +No other reflection functions are currently implemented. Objects - data structures and handlers --------------------------------------- @@ -186,7 +188,7 @@ for any other PHP internal function). get_constructor - get description for the object constructor method -get_class_entry - should return the class entry +get_class_entry - should return the class entry for the object get_class_name - get the name of the class the object belongs to