This should also work using the newer OOP style that is still undocumented.
<?php
$obj = new COM('Some.app');
$obj->somevar = 'somevalue';
?>
![]() | com_set描述void com_set ( resource com_object, string property, mixed value )设置由 com_object 所引用的对象的 property 属性值。成功则返回新设置的值,出错则返回 FALSE。
![]()
dan at kuykendall dot org
16-Aug-2002 10:38
This should also work using the newer OOP style that is still undocumented.
| ![]() | |