Reflection api's tag archives

php5 Reflection API

Posted under Article, Featured, PHP on Monday, 7 December 2009 by
PHP5 comes with a complete reflection API that adds the ability to reverse-engineer classes, interfaces, functions and methods as well as extensions. Additionally, the reflection API also offers ways of retrieving doc comments for functions, classes and methods. The reflection API is an...
php5 Reflection API