Throwable::getFile

(PHP 7, PHP 8)

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

Descrierea

abstract public Throwable::getFile ( ) : string

Get the name of the file in which the thrown object was created.

Parametri

Această funcție nu are parametri.

Valorile întoarse

Returns the filename in which the thrown object was created.

A se vedea și

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top