Computer Science, asked by jackjk7552, 11 months ago

What will be the output of the following PHP code ?

<?php function time($string) { echo strtr("Towe Pa55", "ow5", $string); } time("ims"); ?>
A.Time Pa55
B.Towe Pa55
C.Towe Pass
D.Time Pass

Answers

Answered by Neeraj723
0
Hii dear here is your answer


Option c is the correct answer
Answered by Anonymous
0
Heyaaa mate

The answer is

Option C
Similar questions