PHP 8.3.4 Released!

Throwable::getLine

(PHP 7, PHP 8)

Throwable::getLineRécupère le numéro de ligne où l'objet instancié a été jeté

Description

public Throwable::getLine(): int

Récupère le numéro de ligne où l'objet instancié a été jeté.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

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

Voir aussi

add a note

User Contributed Notes

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