(PHP 5, PHP 7)
ReflectionMethod::export — Export a reflection method.
$class
, string $name
[, bool $return = false
] )Exports a ReflectionMethod.
이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.
classThe class name.
nameThe name of the method.
return
TRUE로 설정하면 export를 반환하고,
반대의 경우는 버립니다. FALSE로 설정(기본값)은 반대를 수행합니다.
return 인수를
TRUE로 설정하면, export를 string으로 반환합니다.
그렇지 않으면 NULL을 반환합니다.