COMPersistHelper クラス

(PHP 5, PHP 7, PHP 8)

はじめに

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

クラス概要

finalclassCOMPersistHelper {
public__construct(?variant$variant = null)
publicInitNew(): bool
publicLoadFromFile(string$filename, int$flags = 0): bool
publicSaveToFile(?string$filename, bool$remember = true): bool
publicSaveToStream(resource$stream): bool
}

目次

To Top