Fiber::isTerminated

(PHP 8 >= 8.1.0)

Fiber::isTerminatedDetermines if the fiber has terminated

Description

public Fiber::isTerminated(): bool

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Returns true only after the fiber has terminated, either by returning or throwing an exception; otherwise false is returned.