Skip to content

Instantly share code, notes, and snippets.

@jdcauley
Created March 16, 2017 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdcauley/595e26f56a98bfba2297b98f27336747 to your computer and use it in GitHub Desktop.
Save jdcauley/595e26f56a98bfba2297b98f27336747 to your computer and use it in GitHub Desktop.
return function
function random_color(){
return 'purple';
}
$color = random_color();
random_color();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment