# 反射(Reflection)

反射类

* [ReflectionClass](http://php.net/manual/zh/class.reflectionclass.php) 类报告了一个类的有关信息。
* ReflectionZendExtension
* ReflectionExtension&#x20;
* ReflectionFunction&#x20;
* ReflectionMethod
* ReflectionObject
* ReflectionParameter
* ReflectionProperty&#x20;
* ReflectionException&#x20;
* Reflector

命令行下的反射:

* php --rf strlen
* php --rc finfo
* php --re json
