反射
PHP Manual

Reflector 接口

(PHP 5)

简介

Reflector 是一个接口,被所有可导出的反射类所实现(implement)。

类摘要

Reflector {
/* 方法 */
abstract public static string export ( void )
abstract public string __toString ( void )
}

Table of Contents


反射
PHP Manual