Which Method Introduced In Php 5 Is Invoked Just Before An #353
Which method introduced in PHP 5, is invoked just before an object is a garbage collected?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 Objects and Databases - PHP Object Advanced Features - Quiz No.3.
Which method introduced in PHP 5, is invoked just before an object is a garbage collected?
__collect()
__garbage()
__destruct()
__destructor()