CakeFest 2024: The Official CakePHP Conference

Fiber::isSuspended

(PHP 8 >= 8.1.0)

Fiber::isSuspendedファイバーが停止中かどうかを調べる

説明

public Fiber::isSuspended(): bool

パラメータ

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

戻り値

ファイバーが現在停止中の場合に true を返します。 そうでない場合、false を返します。

add a note

User Contributed Notes

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