Dutch PHP Conference 2025 - Call For Papers

Fiber::isSuspended

(PHP 8 >= 8.1.0)

Fiber::isSuspendedDetermines if the fiber is suspended

Опис

public Fiber::isSuspended(): bool

Параметри

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

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

Returns true if the fiber is currently suspended; otherwise false is returned.

add a note

User Contributed Notes

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