From: [EMAIL PROTECTED]
Operating system: Windows
PHP version: 4.0.5
PHP Bug Type: COM related
Bug description: Com Objects
I am a Win 32 user of PHP 4 and I am trying to call a com component, the
PHP manual states that the following syntax work:
com_load()
com_invoke()
com_propget()
com_get()
com_propput()
com_propset()
com_set()
But they don't!!!!
After doing some reasearch I have fould that the actual syntax for
com_load() is COM('Component Name') and that com_invoke() is
$VariableAssignedToComObject->Comproperty = 'Value';
What I need to know is the actuall syntax used for:
com_propget()
com_get()
com_propput()
com_propset()
com_set()
It doesn't seem to be documented anywhere, can you help???
--
Edit bug report at: http://bugs.php.net/?id=11968&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]