ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getFileName

(PHP 5)

ReflectionFunctionAbstract::getFileNameGets file name

説明

public string ReflectionFunctionAbstract::getFileName ( void )

Gets the file name from a user-defined function.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

この関数にはパラメータはありません。

返り値

The file name.

参考


ReflectionFunctionAbstract
PHP Manual