PHP 8.5.0 Alpha 2 available for testing

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