PHP Reflection API
PHP 5 is bundled with a reflection API that gives you the ability to reverse-engineer classes, interfaces, functions, methods and extensions. In this series we'll look at some examples to get you started with PHP reflections. Created by phpacademy.
Recommended that you have a basic foundation in PHP before taking this course.
Average Course Length
30 minutes
Skill Level
Intermediate
Pick a lesson
1: Reflection Class (1/5)
2: Reflection Method (2/5)
3: Reflection Property (3/5)
4: Reflection Parameter (4/5)
5: Reflection Object (5/5)