ReflectionFunctionAbstract::getFileName

(PHP 5 >= 5.2.0, PHP 7)

ReflectionFunctionAbstract::getFileNameファイル名を取得する

説明

public ReflectionFunctionAbstract::getFileName ( void ) : string

ユーザー定義関数のファイル名を取得します。

警告

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

パラメータ

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

返り値

ファイル名を返します。

参考