Which of the following code snippets will you use to destroy a log if the variable $logger contains seenagape 9 years ago Which of the following code snippets will you use to destroy a log if the variable $logger containsthe log record? A.<php $logger=null; B.<php remove($logger); C.<php delete($logger); D.<php $logger->null; Explanation: ← Previous question Next question →