Strings Php

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