Throwable::getLine

(PHP 7)

Throwable::getLineGets the line on which the object was instantiated

Опис

abstract public int Throwable::getLine ( void )

Returns the line number where the thrown object was instantiated.

Параметри

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

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

Returns the line number where the thrown object was instantiated.

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

add a note add a note

User Contributed Notes

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