[PHP-DEV] PHP 4.0 Bug #7955: [RFE] get_object_methods() missing From: waldschrott <email protected>
Date: 11/23/00

From: waldschrott <email protected>
Operating system: *
PHP version: 4.0 Latest CVS (23/11/2000)
PHP Bug Type: Feature/Change Request
Bug description: [RFE] get_object_methods() missing

playing around with serializing references I noticed that
there is no possibility to view which methods are valid for
an object
a workaround is to create a list with get_class_methods()
and then check the class's methods against the object with
method_exists()

-- 
Edit Bug report at: http://bugs.php.net/?id=7955&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>