Last active
September 29, 2016 15:32
-
-
Save goryny4/a7d5d352ec217e457f78e8afbe6edf85 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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