ReflectionClass::getStartLine

(PHP 5, PHP 7, PHP 8)

ReflectionClass::getStartLine開始行を取得する

説明

public ReflectionClass::getStartLine(): int|false

開始行を取得します。

パラメータ

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

戻り値

開始行を整数で返します。 開始行が不明な場合は、false を返します。

参考

add a note add a note

User Contributed Notes

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