Fiber::isStarted

(PHP 8 >= 8.1.0)

Fiber::isStartedDetermines if the fiber has started

Description

public Fiber::isStarted(): bool

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

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