Is:
<% Set Mail = Server.CreateObject("SomeCOMObject") Set Mail = Nothing %>
aynı şekilde:
<?php $Mail = new COM("SomeCOMObject"); $Mail->Close(); // <---- Not sure about this ?>