Throwable::getLine

(PHP 7, PHP 8)

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

Descrizione

public Throwable::getLine(): int

Returns the line number where the thrown object was instantiated.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the line number where the thrown object was instantiated.

Vedere anche:

add a note

User Contributed Notes

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