Mega Code Archive

 
Categories / Php / Strings
 

Reversing a string by byte

<?php     print strrev('This is not a palindrome.'); ?>