(PHP 5, PHP 7)
ReflectionFunction::export — Exports function
$name
[, string $return
] )Exports a Reflected function.
name
내보낼 reflection
return
TRUE
로 설정하면 export를 반환하고,
반대의 경우는 버립니다. FALSE
로 설정(기본값)은 반대를 수행합니다.
return
인수를
TRUE
로 설정하면, export를 string으로 반환합니다.
그렇지 않으면 NULL
을 반환합니다.