反射(Reflection)
反射类
ReflectionClass 类报告了一个类的有关信息。
ReflectionZendExtension
ReflectionExtension
ReflectionFunction
ReflectionMethod
ReflectionObject
ReflectionParameter
ReflectionProperty
ReflectionException
Reflector
命令行下的反射:
php --rf strlen
php --rc finfo
php --re json
Last updated