Dutch PHP Conference 2023 - Call for Papers

The COMPersistHelper class

(PHP 5, PHP 7, PHP 8)

Introdução

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

Sinopse da classe

final class COMPersistHelper {
/* Métodos */
public __construct(?variant $variant = null)
public GetCurFileName(): string|false
public GetMaxStreamSize(): int
public InitNew(): bool
public LoadFromFile(string $filename, int $flags = 0): bool
public LoadFromStream(resource $stream): bool
public SaveToFile(?string $filename, bool $remember = true): bool
public SaveToStream(resource $stream): bool
}

Índice

add a note

User Contributed Notes

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