Fiber::isSuspended
PHP Manual
PHP Manual»Fiber»Fiber::isSuspended

Fiber::isSuspended

(PHP 8 >= 8.1.0)

Fiber::isSuspendedDetermines if the fiber is suspended

Descrizione

public function Fiber::isSuspended(): bool

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns true if the fiber is currently suspended; otherwise false is returned.

To Top