Dutch PHP Conference 2025 - Call For Papers

Throwable::getLine

(PHP 7, PHP 8)

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

Опис

public Throwable::getLine(): int

Returns the line number where the thrown object was instantiated.

Параметри

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

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

Returns the line number where the thrown object was instantiated.

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

add a note

User Contributed Notes

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