Taking Advantage of the New Reflection API in PHP5
Added 9 Aug 2008
I
f you haven't yet upgraded from PHP4 to PHP5, this article will give
you a serious reason to do so: PHP5 now supports reflection through the
Reflection API, which you can use to examine variables, interfaces,
functions, methods, parameters, classes—and more. The Reflection API is
generous; it offers a large number of classes and methods that you can
use to accomplish reflection tasks.