ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getEndLine

(PHP 5)

ReflectionFunctionAbstract::getEndLineGets end line number

Descripción

public int ReflectionFunctionAbstract::getEndLine ( void )

Get the ending line number.

Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

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

Ver también


ReflectionFunctionAbstract
PHP Manual