Extending
Reflection::export
Reflection
PHP Manual
The Reflection class
(PHP 5)
简介
The reflection class.
类摘要
Reflection
{
/* 方法 */
public
static
string
export
(
Reflector
$reflector
[,
bool
$return
= false
] )
public
static
array
getModifierNames
(
int
$modifiers
)
}
Table of Contents
Reflection::export
— Exports
Reflection::getModifierNames
— Gets modifier names
Extending
Reflection::export
Reflection
PHP Manual