The COMPersistHelper class
(PHP 5, PHP 7, PHP 8)
简介
COMPersistHelper improves the interoperability of COM
and PHP with regard to the php.ini directive open_basedir,
and stream 资源(resource)s.
类摘要
final
COMPersistHelper
{
public LoadFromFile
(
string $filename
,
int $flags
= 0
) :
bool
public SaveToFile
(
string|null $filename
,
bool $remember
= true
) :
bool
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.