Dutch PHP Conference 2025 - Call For Papers

Fiber::isStarted

(PHP 8 >= 8.1.0)

Fiber::isStartedDetermines if the fiber has started

Опис

public Fiber::isStarted(): bool

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

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