COMPersistHelper クラスはじめにCOMPersistHelper クラスは、 php.ini の open_basedir ディレクティブと ストリーム resource を考慮して COM と PHP の相互運用性を高めます。 クラス概要
final
COMPersistHelper
/* メソッド */
public __construct(variantnull
$variant = null)public stringfalse GetCurFileName()
public int GetMaxStreamSize()
public bool InitNew()
public bool LoadFromFile(string
$filename, int $flags = 0)public bool LoadFromStream(resource
$stream)public bool SaveToFile(stringnull
$filename, bool $remember = true)public bool SaveToStream(resource
$stream)
|