PHP 8.1.28 Released!

ReflectionFiber::getFiber

(PHP 8 >= 8.1.0)

ReflectionFiber::getFiberリフレクションされた Fiber クラスのインスタンスを取得する

説明

public ReflectionFiber::getFiber(): Fiber

リフレクションされた Fiber クラスのインスタンスを返します。

パラメータ

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

戻り値

リフレクションされた Fiber クラスのインスタンスを返します。

add a note

User Contributed Notes

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