COMPersistHelper::SaveToStream
(PHP 5, PHP 7, PHP 8)
COMPersistHelper::SaveToStream — Save object to stream
说明
Saves an object to the specified stream.
参数
stream
- The stream resource to which to save the object.
错误/异常
A com_exception is thrown if the associated object does neither implement the COM interface IPersistStream nor IPersistStreamInit, or when calling the IPersistStream::Save() method failed.
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/compersisthelper.savetostream.php