Blog posts tagged php
Practical uses of PHP’s Reflection API
        Posted 12 years in Projects        |
                Comments (240)
        
      
      While I’ve been working on my CM framework, I came to realize how useful PHP’s Reflection actually is during development.
So I wrote two examples: php-highlight, which displays caller source in my custom exception handler, and php-ref, which prints detailed and nicely formatted information about a  [...]