Throwable
PHP Manual

Throwable::getLine

(PHP 7)

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

Descrição

abstract public int Throwable::getLine ( void )

Returns the line number where the thrown object was instantiated.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the line number where the thrown object was instantiated.

Veja Também


Throwable
PHP Manual