|
|
Is it possible to get a running instance of a component ? - PHP
|
Views : 241
|
|
Tagged in : PHP
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
This is possible with the help of monikers. If you want to get multiple references to the same word instance you can create that instance like shown:

$word = new COM("C:docsword.doc");
?>
This will create a new instance if there is no running instance available or it will return a handle to the running instance, if available. |
|
By Nithya, On - 2010-01-20 |
|
|
|