COMPersistHelper::GetCurFileName
PHP Manual
PHP Manual»COMPersistHelper»COMPersistHelper::GetCurFileName

COMPersistHelper::GetCurFileName

(PHP 5, PHP 7, PHP 8)

COMPersistHelper::GetCurFileNameGet current filename

Опис

public function COMPersistHelper::GetCurFileName(): string|false

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

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

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

Помилки/виключення

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

To Top