ReflectionClass::getFileName
(PHP 5)
ReflectionClass::getFileName — 获取定义类的文件名
说明
public string ReflectionClass::getFileName
( void
)
获取类被定义的文件的文件名。
参数
此函数没有参数。
返回值
返回类所定义的文件名。如果这个类是在 PHP 核心或 PHP 扩展中定义的,则返回 FALSE。
There are no user contributed notes for this page.
