Zend Framework Certification 100-500 Question # 20 Topic 3 Discussion

Zend Framework Certification 100-500 Question # 20 Topic 3 Discussion

100-500 Exam Topic 3 Question 20 Discussion:
Question #: 20
Topic #: 3

Which of the following code snippets will you use to destroy a log if the variable $logger contains the log record?


A.

remove($logger);


B.

$logger=null;


C.

delete($logger);


D.

$logger->null;


Get Premium 100-500 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.