php8.5
Home/ Manual/ com / compersisthelper/ COMPersistHelper::GetCurFileName

COMPersistHelper::GetCurFileName

PHP function Edit on GitHub ✎

(PHP 5, PHP 7, PHP 8)

Get current filename

Description

COMPersistHelper::GetCurFileName(): string|false

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

Parameters Parameters

Return Values

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

Errors/Exceptions

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

Source: reference/com/compersisthelper/getcurfilename.xml · from the official PHP manual (php/doc-en)