Date: 11/23/00
- Next message: Simon Roberts: "[PHP-DEV] Annotated Manual"
- Previous message: wiseass <email protected>: "[PHP-DEV] PHP 4.0 Bug #7954: Apache seg fault on any call of mysql_connect()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Simon Roberts: "[PHP-DEV] Annotated Manual"
- Previous message: wiseass <email protected>: "[PHP-DEV] PHP 4.0 Bug #7954: Apache seg fault on any call of mysql_connect()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

