1.

What will be the output of the following PHP code?
<?php
$string = "Hello Interview Mania. It's a knowledgeable website.";
print_r (explode(" ",$string));
?>

A. Hello Interview Mania. It's a knowledgeable website.
B. Error
C. None of these
Answer» B. Error


Discussion

No Comment Found

Related MCQs