Skip to content

Instantly share code, notes, and snippets.

@asteig
Forked from ibolmo/reverse.php
Created February 5, 2010 03:38
Show Gist options
  • Select an option

  • Save asteig/295479 to your computer and use it in GitHub Desktop.

Select an option

Save asteig/295479 to your computer and use it in GitHub Desktop.
<?php
//reverse string algorithm
echo strrev("mathematics");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment