update : 2015.11.03
php.shukuma.com
|
The ReflectionClass class
The ReflectionClass class
(PHP 5)
소개
The ReflectionClass class reports
information about a class.
클래스 개요
public static string export
( mixed $argument
[, bool $return = false
] )
public ReflectionMethod getMethod
( string $name
)
}
예약 상수
ReflectionClass Modifiers
ReflectionClass::IS_IMPLICIT_ABSTRACT
-
Indicates class that is
abstract because it has some abstract methods.
ReflectionClass::IS_EXPLICIT_ABSTRACT
-
Indicates class that is
abstract because of its definition.
ReflectionClass::IS_FINAL
-
Indicates final
class.
Table of Contents
|
|