Fiber::isStarted

(PHP 8 >= 8.1.0)

Fiber::isStartedDetermines if the fiber has started

Descripción

publicFiber::isStarted(): bool

Parámetros

Esta función no tiene parámetros.

Valores devueltos

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

To Top