From:             [EMAIL PROTECTED]
Operating system: Any
PHP version:      4.0.6
PHP Bug Type:     Feature/Change Request
Bug description:  Real reflection API

Real reflection API is badly, badly needed. Something as simple as
get_class_var_names, which would return an array with names of all class
variables, initialized or not, would be really helpful. The
get_class_methods can be extended to return not just the method name, but
the number of method variables as well. 

Java has it done right. 
-- 
Edit bug report at: http://bugs.php.net/?id=13429&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to