Mega Code Archive

 
Categories / Php / Strings
 

Reversing Strings

<?php   $astring = "Hello World";   echo strrev ($astring); ?>