JustinK101 Posted April 17, 2008 Share Posted April 17, 2008 I read the php5 doc about class destructors. It simply says this method is called when a class has no more references. I don't follow what that means though? Does it mean when you set $my_class_instance = null? Or does it mean when you call unset($my_class_instance)? Thanks. Link to comment https://forums.phpfreaks.com/topic/101513-when-is-__destruct-called/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.