update pague now

The COMPersistHelper class

(PHP 5, PHP 7, PHP 8)

Introduction

COMPersistHelper improves the interoperability of COM and PHP with regard to the php.ini directive open_basedir , and stream ressource s.

Class synopsis

final class COMPersistHelper {
/* Methods */
public InitNew (): bool
public LoadFromFile ( string $filename , int $flags = 0 ): bool
public SaveToFile ( ? string $filename , bool $remember = true ): bool
}

Table of Contens

add a note

User Contributed Notes

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