In PHP COM, you do not need to close the instance of your object, you can
unset it if you want but it's not even necessary.
Alain
On Tue, Mar 13, 2001 at 09:16:36PM -0500, James Q. Stansfield wrote:
> 
>       Alright, I've gotten COM to work under PHP with the following:
> 
> <%
> $com = new com("iUtil.iTemplate");
> %>
> 
>       Now, looking at the documentation I can't find any function to close the
> object when I don't need it any longer. Am I missing anything here? If PHP
> autocloses objects that would be nice but not very efficient for objects
> that are used once briefly during a long script. That doesn't seem to be a
> good use of resources to me.
> 
>       //James
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to