Reflection
PHP 手册

The Reflector interface

简介

Reflector is an interface implemented by all exportable Reflection classes.

Class synopsis

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

Table of Contents


Reflection
PHP 手册