Hi Arteaga,
Instead of using that functions, use the new one shown bellow:
For instantiate an COM object in PHP:
$obj = new COM("ApplicationName.ClassApplicationName");
For properties and methods access:
$obj->property_name;
$obj->method_name;
I have used and tested this function and I have
valid "OLE programmatic identifier".
Regards, Iriton.
- Original Message -
From: "Hassan Arteaga" <[EMAIL PROTECTED]>
To: "'Iriton Jonath P. Andrade'" <[EMAIL PROTECTED]>
Sent: Wednesday, May 02, 2001 8:51 AM
Subject: RE: [PHP] COM
Hi Iri
2 matches
Mail list logo