拡張
Reflection::export
リフレクション
PHP Manual
Reflection クラス
(PHP 5, PHP 7)
導入
リフレクションクラスです。
クラス概要
Reflection
{
/* メソッド */
public
static
string
export
(
Reflector
$reflector
[,
bool
$return
= false
] )
public
static
array
getModifierNames
(
int
$modifiers
)
}
目次
Reflection::export
— エクスポートする
Reflection::getModifierNames
— 修飾子の名前を取得する
拡張
Reflection::export
リフレクション
PHP Manual