Throwable
PHP Manual

Throwable::getLine

(PHP 7)

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

Description

abstract public int Throwable::getLine ( void )

Returns the line number where the thrown object was instantiated.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Returns the line number where the thrown object was instantiated.

Voir aussi


Throwable
PHP Manual