ReflectionFiber::getFiber

(PHP 8 >= 8.1.0)

ReflectionFiber::getFiberGet the reflected Fiber instance

Description

public ReflectionFiber::getFiber(): Fiber

Returns the Fiber instance being reflected.

Parameters

This function has no parameters.

Return Values

The Fiber instance being reflected.

add a note add a note

User Contributed Notes

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