Php/docs/compersisthelper.getcurfilename
来自菜鸟教程
COMPersistHelper::GetCurFileName
(PHP 5, PHP 7)
COMPersistHelper::GetCurFileName — Get current filename
说明
public 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.