CakeFest 2024: The Official CakePHP Conference

Fiber::isStarted

(PHP 8 >= 8.1.0)

Fiber::isStartedDetermines if the fiber has started

Description

public Fiber::isStarted(): bool

Parameters

This function has no parameters.

Return Values

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

add a note

User Contributed Notes

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