Throwable
PHP Manual

Throwable::getLine

(PHP 7)

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

Beschreibung

abstract public int Throwable::getLine ( void )

Returns the line number where the thrown object was instantiated.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns the line number where the thrown object was instantiated.

Siehe auch


Throwable
PHP Manual