ReflectionFiber::getExecutingLineGet the line number of the current execution point Description
public intnull ReflectionFiber::getExecutingLine()
Returns the line number of the current execution point in the reflected Fiber.
If the reflected fiber is used outside a user-defined function, ParametersThis function has no parameters. Return ValuesThe line number of the current execution point in the fiber. |