COMPersistHelper::__construct
(PHP 5, PHP 7, PHP 8)
COMPersistHelper::__construct — Construct a COMPersistHelper object
说明
Constructs a persistence helper object, usually associated with a
variant
.
参数
variant
-
A COM object which implements IDispatch.
To be able to successfully call any of COMPersistHelper's methods, the object
has to implement IPersistFile, IPersistStream
and/or IPersistStreamInit.
Passing
null
asvariant
is only useful if the object is to be loaded from a stream by calling COMPersistHelper::LoadFromStream().
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/compersisthelper.construct.php