Reversing a string by byte : strrev « String « PHP






Reversing a string by byte

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








Related examples in the same category

1.Reversing Strings: string strrev ( string string )
2.Truncating Text on Word Boundaries
3.Reversing Strings