Hi everyone,
When is the object destroyed which is created in a PHP5 script?
Suppose i say:
<?php
$m = new MyClass;
$m->fun1('abcd');
$m->fun2();
?>Then why is the destructor not called when my script ends? Can it be called explicitly? If yes, how?
Thanking you in advance,
Regards
aj
--
-----------------------------------------------------------------
Arjun Jain, 7th Sem CSE, RVCE
http://arjun.notlong.com
Visit http://groups.yahoo.com/group/rvcelug/ <http://groups.yahoo.com/group/rvcelug/>
-----------------------------------------------------------------
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

