ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getEndLine

(PHP 5)

ReflectionFunctionAbstract::getEndLineGets end line number

Descrizione

public int ReflectionFunctionAbstract::getEndLine ( void )

Get the ending line number.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

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

Vedere anche:


ReflectionFunctionAbstract
PHP Manual