COMPersistHelper クラス

(PHP 5, PHP 7, PHP 8)

はじめに

COMPersistHelper クラスは、 php.iniopen_basedir ディレクティブと ストリーム resource を考慮して COMPHP の相互運用性を高めます。

クラス概要

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

目次

add a note

User Contributed Notes

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