Throwable::getLine

(PHP 7)

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

Açıklama

abstract public Throwable::getLine ( void ) : int

Returns the line number where the thrown object was instantiated.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Returns the line number where the thrown object was instantiated.

Ayrıca Bakınız