View Single Post
  #25 (permalink)  
Old 07-12-2008, 04:20 AM
Miakoda Miakoda is offline
D-Web Trainee
 
Join Date: Jul 2008
Posts: 49
Miakoda is on a distinguished road
Default Re: COM functions in php

The COM class allows you to instantiate an OLE compatible COM object and call its methods and access its properties.
syntax:- $obj = new COM("Application.ID")
Reply With Quote