Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active July 18, 2019 15:54
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 parzibyte/9eb5e8e473a7c05ed32f1f69f63d6186 to your computer and use it in GitHub Desktop.
Save parzibyte/9eb5e8e473a7c05ed32f1f69f63d6186 to your computer and use it in GitHub Desktop.
<?php
$caracteres = '123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-.#!';
for($x = 0; $x < 10; $x++) echo str_shuffle($caracteres) . "\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment