Posted by Chung Leong on 10/24/76 11:40
No, unset($this) will only remove $this from variable space of the current function scope. The object will remain in the caller scope. You can do a $this = null to overwrite the object however.
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming