ReflectionFiber::getExecutingFile
PHP function
Edit on GitHub ✎
(PHP 8 >= 8.1.0)
Get the file name of the current execution point
Description
ReflectionFiber::getExecutingFile(): string|null
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 Parameters
Return Values
The full path and file name of the reflected fiber. If the reflected fiber is used outside a user-defined function, null is returned.