1.

<?php class letsfindcourse{ public function __destruct(){ echo 'The class "' . __CLASS__ . '" was destroyed!'; } } $lfc = new letsfindcourse; ?>7.Which one of the following functions is used to determine whether a class exists?

A. exist()
B. exist_class()
C. class_exist()
D. __exist()
Answer» D. __exist()


Discussion

No Comment Found