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

Fiber::isStarted

(PHP 8 >= 8.1.0)

Fiber::isStartedDetermines if the fiber has started

Descrizione

public function Fiber::isStarted(): bool

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

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

To Top