PrepAway - Latest Free Exam Questions & Answers

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

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

PrepAway - Latest Free Exam Questions & Answers

A.
<php
$logger=null;

B.
<php
remove($logger);

C.
<php
delete($logger);

D.
<php
$logger->null;

Explanation:

One Comment on “Which of the following code snippets will you use to destroy a log if the variable $logger contains the log re


Leave a Reply

Your email address will not be published. Required fields are marked *