Posted by Arjun Jain on 03/16/05 10:52
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/>
-----------------------------------------------------------------
[Back to original message]
|