Throwable
PHP Manual

Throwable::getFile

(PHP 7)

Throwable::getFileGets the file in which the exception was created

Description

abstract public string Throwable::getFile ( void )

Get the name of the file in which the exception was created.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Returns the filename in which the exception was created.

Voir aussi


Throwable
PHP Manual