Throwable::getFile

(PHP 7)

Throwable::getFileGets the file in which the exception occurred

Опис

abstract public string Throwable::getFile ( void )

Returns the name of the file from which the object was thrown.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

Returns the name of the file from which the object was thrown.

Прогляньте Також

add a note add a note

User Contributed Notes

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