PHP 8.1.28 Released!

Fiber::getCurrent

(PHP 8 >= 8.1.0)

Fiber::getCurrentGets the currently executing Fiber instance

Description

public static Fiber::getCurrent(): ?Fiber

Parameters

This function has no parameters.

Return Values

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