Returns FALSE for an internal function (when isInternal() returns TRUE, e.g. for 'strlen').
PHP - Manual: ReflectionFunctionAbstract::getFileName
2024-11-14
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
ReflectionFunctionAbstract::getFileName — 获取文件名称
获取函数定义的文件名称
本函数还未编写文档,仅有参数列表。
此函数没有参数。
The file name.
Returns FALSE for an internal function (when isInternal() returns TRUE, e.g. for 'strlen').
官方地址:https://www.php.net/manual/en/reflectionfunctionabstract.getfilename.php