update : 2015.11.03
php.shukuma.com
검색:
The Reflection class
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