ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getEndLine

(PHP 5)

ReflectionFunctionAbstract::getEndLineGets end line number

Descrição

public int ReflectionFunctionAbstract::getEndLine ( void )

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


ReflectionFunctionAbstract
PHP Manual