Skip to content

Instantly share code, notes, and snippets.

@codingfox-rus
Last active November 26, 2018 09:07
Show Gist options
  • Save codingfox-rus/0a59bdcedbe3142015ea25c21dcfd9a6 to your computer and use it in GitHub Desktop.
Save codingfox-rus/0a59bdcedbe3142015ea25c21dcfd9a6 to your computer and use it in GitHub Desktop.
$numArr = [];
$numArr[] = rand(1000, 9999);
$numArr[] = rand(1000, 9999);
$numArr[] = rand(1000, 9999);
$numArr[] = rand(1000, 9999);
echo implode('', $numArr) . PHP_EOL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment