Dutch PHP Conference 2025 - Call For Papers

Fiber::isTerminated

(PHP 8 >= 8.1.0)

Fiber::isTerminatedDetermines if the fiber has terminated

Опис

public Fiber::isTerminated(): bool

Параметри

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

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

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

add a note

User Contributed Notes

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