Reverse String using PHP April 22, 2021 PHP 0 Comments 405 Views strrev function <?php $text = 'Hello world'; $result = strrev($text); echo $result;
Leave a Comment
Cancel reply