Categories
PHP

A reflect() Function For Quick Reflection in PHP

The Reflection API is the perfect way to reverse engineer and inspect php objects and functions. I have written a function to quickly pass params to the Reflection API and get things done.

Here’s the source codes:

One reply on “A reflect() Function For Quick Reflection in PHP”

Comments are closed.