Reverse the php string
strrev function reverse te string
<?php
// reverse string in the php
$s1 = "My first PHP script!";
echo strrev($s1);
?>
Reverse the php string
strrev function reverse te string
<?php
// reverse string in the php
$s1 = "My first PHP script!";
echo strrev($s1);
?>
0Comments
Thanks you for commenting your questions. I will see question and respond you.