Throwable::getLine

(PHP 7, PHP 8)

Throwable::getLineRécupère la ligne où l'objet a été instancié

Description

public Throwable::getLine(): int

Retourne le numéro de ligne où l'objet lancé a été instancié.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Retourne le numéro de ligne où l'objet lancé a été instancié.

Voir aussi

add a note

User Contributed Notes

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