ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getEndLine

(PHP 5)

ReflectionFunctionAbstract::getEndLineGets end line number

Opis

public int ReflectionFunctionAbstract::getEndLine ( void )

Get the ending line number.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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

Zobacz też:


ReflectionFunctionAbstract
PHP Manual