ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getEndLine

(PHP 5)

ReflectionFunctionAbstract::getEndLineGets end line number

说明

public int ReflectionFunctionAbstract::getEndLine ( void )

Get the ending line number.

Warning

本函数还未编写文档,仅有参数列表。

参数

此函数没有参数。

返回值

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

参见


ReflectionFunctionAbstract
PHP Manual