ReflectionFunctionAbstract::getEndLine

(PHP 5 >= 5.2.0, PHP 7)

ReflectionFunctionAbstract::getEndLineGets end line number

Descrição

public ReflectionFunctionAbstract::getEndLine ( void ) : int

Get the ending line number.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

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

Valor Retornado

The ending line number of the user defined function, or FALSE if unknown.

Veja Também