Класс COMPersistHelper

(PHP 5, PHP 7)

Введение

COMPersistHelper улучшает совместимость COM и PHP в отношении php.ini директивы open_basedir и потоковых ресурсов.

Обзор классов

final COMPersistHelper {
/* Методы */
public __construct ( variant|null $variant = ? )
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
}

Содержание