Skip to content

Instantly share code, notes, and snippets.

@rodrigo-x
Last active October 13, 2015 23:48
Show Gist options
  • Save rodrigo-x/4274827 to your computer and use it in GitHub Desktop.
Save rodrigo-x/4274827 to your computer and use it in GitHub Desktop.
snippet
usort( $cores, function( $a, $b ) {
return strcmp( $a['cor'], $b['cor'] );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment