1.

What will be the output of the following PHP code ?
<?php
function fun($str)
{
echo strtr("Towe Pa55", "ow5", $str);
}
fun("ims");
?>

A. Time Pass
B. Error
C. Towe Pa55
D. Nothing
E. None of these
Answer» B. Error


Discussion

No Comment Found

Related MCQs