Fiber::isRunning
(PHP 8 >= 8.1.0)
Fiber::isRunning — ファイバーが実行中かどうかを調べる
パラメータ
この関数にはパラメータはありません。
戻り値
ファイバーが実行中の場合にのみ true
を返します。
Fiber::start(),
Fiber::resume(),
Fiber::throw() のいずれかがコールされた
(但し、Fiber::throw の場合は、まだ制御が戻っていない場合に限る) 後、
ファイバーは実行中と見なされます。
ファイバーが実行中でない場合、false
を返します。
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google