PHP 8.1.28 Released!

COMPersistHelper::LoadFromStream

(PHP 5, PHP 7, PHP 8)

COMPersistHelper::LoadFromStreamストリームからオブジェクトを読み込む

説明

public COMPersistHelper::LoadFromStream(resource $stream): bool

以前オブジェクトを保存したストリームの内容でオブジェクトを初期化します。

パラメータ

stream
オブジェクトを読み込むストリームリソース

戻り値

成功した場合に true を、失敗した場合に false を返します。

エラー / 例外

関連付けられたオブジェクトが COM のインターフェイス IPersistStream を実装していないか、 IPersistStream::Load() の呼び出しに失敗した場合、 com_exception がスローされます。

add a note

User Contributed Notes

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