Skip to content

Instantly share code, notes, and snippets.

@goryny4
Last active September 29, 2016 15:32
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 goryny4/a7d5d352ec217e457f78e8afbe6edf85 to your computer and use it in GitHub Desktop.
Save goryny4/a7d5d352ec217e457f78e8afbe6edf85 to your computer and use it in GitHub Desktop.
<?php
$arrayOfNames = array('Egor','Serge','Igor');
echo 'Hello '.array_rand($arrayOfNames);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment