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 )
设置由
dan at kuykendall dot org
16-Aug-2002 02:38
This should also work using the newer OOP style that is still undocumented.
| |||