Reverse the php string

technical talkiess
0

Reverse the php string 

strrev function reverse te string


<?php

// reverse string in the php

$s1 = "My first PHP script!";


echo strrev($s1);

?> 

Post a Comment

0Comments

Thanks you for commenting your questions. I will see question and respond you.

Post a Comment (0)