Zend
ZF-100-500 · Question #76
Which of the following code snippets will you use to destroy 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 destroy a log if the variable $logger contains the log record?
Options
- A<php $logger=null;
- B<php remove($logger);
- C<php delete($logger);
- D<php $logger->null;
How the community answered
(44 responses)- A84% (37)
- B9% (4)
- C5% (2)
- D2% (1)
Community Discussion
No community discussion yet for this question.