Dutch PHP Conference 2025 - Call For Papers

Fiber::getCurrent

(PHP 8 >= 8.1.0)

Fiber::getCurrentGets the currently executing Fiber instance

Опис

public static Fiber::getCurrent(): ?Fiber

Параметри

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

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

Returns the currently executing Fiber instance or null if this method is called from outside a fiber.

add a note

User Contributed Notes

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