Throwable
PHP Manual

Throwable::getFile

(PHP 7)

Throwable::getFile例外が発生したファイル名を取得する

説明

abstract public string Throwable::getFile ( void )

オブジェクトがスローされたファイルの名前を返します。

パラメータ

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

返り値

オブジェクトがスローされたファイルの名前を返します。

参考


Throwable
PHP Manual