PHP 8.3.4 Released!

ReflectionFunctionAbstract::getStartLine

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

ReflectionFunctionAbstract::getStartLine開始行番号を取得する

説明

public ReflectionFunctionAbstract::getStartLine(): int|false

関数の開始行番号を取得します。

パラメータ

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

戻り値

開始行番号を返します。 開始行が不明な場合は、false を返します。

参考

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top