php8.5
Home/ Manual/ predefined / fiber/ Fiber::isStarted

Fiber::isStarted

PHP function Edit on GitHub ✎

(PHP 8 >= 8.1.0)

Determines if the fiber has started

Description

Fiber::isStarted(): bool

Parameters Parameters

Return Values

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

Source: language/predefined/fiber/isstarted.xml · from the official PHP manual (php/doc-en)