Reversing Strings: string strrev ( string string )
<?php $astring = "Hello World"; echo strrev ($astring); ?>