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

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

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

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


A.

$logger=null;


B.

remove($logger);


C.

$logger->null;


D.

delete($logger);


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.