ReflectionFiber::getExecutingLine

(PHP 8 >= 8.1.0)

ReflectionFiber::getExecutingLine現在実行中の行番号を取得する

説明

public ReflectionFiber::getExecutingLine(): int

リフレクションされた Fiber が現在実行している行番号を返します。 Fiber が開始していないか、既に終了している場合、 Error がスローされます。

パラメータ

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

戻り値

Fiber が現在実行している行番号を返します。

add a note add a note

User Contributed Notes

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