ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getEndLine

(PHP 5)

ReflectionFunctionAbstract::getEndLineGets end line number

説明

public int ReflectionFunctionAbstract::getEndLine ( void )

Get the ending line number.

警告

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

パラメータ

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

返り値

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

参考


ReflectionFunctionAbstract
PHP Manual