ReflectionFiber::getExecutingLine
(PHP 8 >= 8.1.0)
ReflectionFiber::getExecutingLine — Get the line number of the current execution point
Beschreibung
Returns the line number of the current execution point in the reflected Fiber. If the fiber has not been started or has terminated, an Error is thrown.
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
The line number of the current execution point in the fiber.