Zend
ZF-100-500 · Question #197
Which of the following code snippets will you use to destro y a log if the variable $logger contains the log record?
The correct answer is A. <php $logger=null. See the full explanation below for the reasoning.
Question
Which of the following code snippets will you use to destro y a log if the variable $logger contains the log record?
Options
- A<php $logger=null;
- B<php remove($logger);
- C<php $logger->null;
- D<php delete($logger);
How the community answered
(32 responses)- A75% (24)
- B13% (4)
- C6% (2)
- D6% (2)
Community Discussion
No community discussion yet for this question.