Fiber::isStarted
PHP Manual
PHP Manual»Fiber»Fiber::isStarted

Fiber::isStarted

(PHP 8 >= 8.1.0)

Fiber::isStartedDetermines if the fiber has started

Опис

public function Fiber::isStarted(): bool

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns true only after the fiber has been started; otherwise false is returned.

To Top