扩展
Reflection::export
反射
PHP Manual
Reflection 类
(PHP 5, PHP 7)
简介
反射(reflection)类。
类摘要
Reflection
{
/* 方法 */
public
static
string
export
(
Reflector
$reflector
[,
bool
$return
= false
] )
public
static
array
getModifierNames
(
int
$modifiers
)
}
Table of Contents
Reflection::export
— Exports
Reflection::getModifierNames
— 获取修饰符的名称
扩展
Reflection::export
反射
PHP Manual