Source Code:
(back to article)
<?php $bytes = random_bytes(5); var_dump(bin2hex($bytes));
Result:
Report an issue