ReflectionFunctionAbstract
PHP 手册

ReflectionFunctionAbstract::getEndLine

(PHP 5)

ReflectionFunctionAbstract::getEndLineGets end line number

说明

public int ReflectionFunctionAbstract::getEndLine ( void )

Get the ending line number.

Warning

本函数暂无文档,仅有参数列表。

参数

This function has no parameters.

返回值

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

参见


ReflectionFunctionAbstract
PHP 手册