ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getStartLine

(PHP 5)

ReflectionFunctionAbstract::getStartLineGets starting line number

说明

public int ReflectionFunctionAbstract::getStartLine ( void )

Gets the starting line number of the function.

Warning

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

参数

此函数没有参数。

返回值

The starting line number.

参见


ReflectionFunctionAbstract
PHP Manual