ReflectionFiber::getExecutingFile
(PHP 8 >= 8.1.0)
ReflectionFiber::getExecutingFile — Get the file name of the current execution point
Description
Returns the full path and file name of the current execution point in the reflected Fiber. If the fiber has not been started or has terminated, an Error is thrown.
Parameters
This function has no parameters.
Return Values
The full path and file name of the reflected fiber.