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.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

この関数にはパラメータはありません。

返り値

The starting line number.

参考


ReflectionFunctionAbstract
PHP Manual