Statement on glibc/iconv Vulnerability

ReflectionFiber::getExecutingFile

(PHP 8 >= 8.1.0)

ReflectionFiber::getExecutingFileGet the file name of the current execution point

Açıklama

public ReflectionFiber::getExecutingFile(): string

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.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

The full path and file name of the reflected fiber.

add a note

User Contributed Notes

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