COMPersistHelper::LoadFromStream
(PHP 5, PHP 7, PHP 8)
COMPersistHelper::LoadFromStream — Load object from stream
说明
Initializes an object from the stream where it was saved previously.
参数
stream
- The stream resource from which to load the object.
错误/异常
A com_exception is thrown if the associated object does not implement the COM interface IPersistStream, or when calling the IPersistStream::Load() method failed.
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/compersisthelper.loadfromstream.php