Reflector (interface)
The Reflector interface
介绍
(PHP 5, PHP 7)
反射器
是由所有可导出的Reflection类实现的接口。
课程简介
反射器
{
/* 方法 */
public static string export ( void )
public string __toString ( void )
}
目录
- Reflector :: export - 出口
- Reflector :: __ toString - 字符串
←ReflectionGenerator :: getTrace
Reflector::export →