PHP 8.1.28 Released!

Fiber::isStarted

(PHP 8 >= 8.1.0)

Fiber::isStartedDétermine si la fibre a démarrée

Description

public Fiber::isStarted(): bool

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Retourne true seulement après que la fibre ait été démarrée ; sinon false est retourné.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top