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:
<?php
$word = new COM("C:\docs\word.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.