1.

What will be the output of the following PHP code?
<?php
echo strtr("Hilla Interview Mania","ia","eo");
?>

A. Hilla Interview Mania
B. Error
C. Nothing
D. Hello Interveew Moneo
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs