Re: [PHP] How to use reflection API?

2004-07-22 Thread Jason Barnett
See: http://www.php.net/manual/en/language.oop5.reflection.php Curt Oops, hadn't seen that yet. Great! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to use reflection API?

2004-07-21 Thread Andreas Goetz
I'm trying to use theh reflection API but can't seem to start: $func= new Reflection_Function('counter'); Fatal error: Class 'Reflection_Function' not found in C:\htdocs\reflection.php on line 34 According to

Re: [PHP] How to use reflection API?

2004-07-21 Thread Curt Zirzow
* Thus wrote Andreas Goetz: I'm trying to use theh reflection API but can't seem to start: $func= new Reflection_Function('counter'); Fatal error: Class 'Reflection_Function' not found in C:\htdocs\reflection.php on line 34 According to