ReflectionFiber::getExecutingLine

(PHP 8 >= 8.1.0)

ReflectionFiber::getExecutingLineGet the line number of the current execution point

Descrizione

public ReflectionFiber::getExecutingLine(): int

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.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The line number of the current execution point in the fiber.

add a note add a note

User Contributed Notes

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