La clase COMPersistHelper

(PHP 5, PHP 7, PHP 8)

Introducción

COMPersistHelper mejora la interoperabilidad de COM y PHP con respecto a la directiva php.ini open_basedir, y stream recursos.

Sinopsis de la Clase

final COMPersistHelper {
/* Métodos */
public __construct(variant|null $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|null $filename, bool $remember = true): bool
public SaveToStream(resource $stream): bool
}

Tabla de contenidos

add a note add a note

User Contributed Notes

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