Fiber::isStarted

(PHP 8 >= 8.1.0)

Fiber::isStartedファイバーが開始したかどうかを調べる

説明

public Fiber::isStarted(): bool

パラメータ

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

戻り値

ファイバーが既に開始した後にのみ、 true を返します。 そうでない場合、false を返します。

add a note add a note

User Contributed Notes

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