Skip to content

Instantly share code, notes, and snippets.

@ravelll
Created May 23, 2013 15:07
Show Gist options
  • Save ravelll/5636768 to your computer and use it in GitHub Desktop.
Save ravelll/5636768 to your computer and use it in GitHub Desktop.
Seats shuffle program.
<?php
$graduates = array("okkun","kitak","takeo","gussan");
shuffle($graduates);
print_r($graduates);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment