Dutch PHP Conference 2023 - Call for Papers

Throwable::getLine

(PHP 7, PHP 8)

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

Descrição

public Throwable::getLine(): int

Returns the line number where the thrown object was instantiated.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the line number where the thrown object was instantiated.

Veja Também

add a note

User Contributed Notes

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