略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: COMPersistHelper::__construct

2024-05-17

COMPersistHelper::__construct

(PHP 5, PHP 7, PHP 8)

COMPersistHelper::__constructConstruct a COMPersistHelper object

说明

public COMPersistHelper::__construct(?variant $variant = null)

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 as variant is only useful if the object is to be loaded from a stream by calling COMPersistHelper::LoadFromStream().
add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/compersisthelper.construct.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3