Statement on glibc/iconv Vulnerability

COMPersistHelper::GetCurFileName

(PHP 5, PHP 7, PHP 8)

COMPersistHelper::GetCurFileNameGet current filename

Descrizione

public COMPersistHelper::GetCurFileName(): string|false

Retrieves the current name of the file associated with the object.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the current name of the file associated with the object.

Errori/Eccezioni

A com_exception is thrown if the associated object does not implement the COM interface IPersistFile, or when calling the IPersistFile::GetCurFile() method failed.

add a note

User Contributed Notes

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