Statement on glibc/iconv Vulnerability

Fiber::isTerminated

(PHP 8 >= 8.1.0)

Fiber::isTerminatedDétermine si la fibre est terminée

Description

public Fiber::isTerminated(): bool

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Retourne true seulement après que la fibre se soit terminée, soit en retournant, soit en lançant une exception ; sinon, false est retourné.

add a note

User Contributed Notes

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