+ 2

What do this function str_rot13?and explain by example

can you explain this code <?php $str="i love php"; $str=str_rot13($str); echo $str; ?>

6th Jul 2017, 1:08 PM
islam sobhi
islam sobhi - avatar
1 Answer
+ 2
It prints out the string with every letter shifted 13 places in the alphabet.
6th Jul 2017, 1:21 PM
AgentSmith