Skip to content

Instantly share code, notes, and snippets.

@heylastway
Created November 1, 2019 13:29
Show Gist options
  • Save heylastway/7608f01f7e5f33bbe63e3e2962b4343c to your computer and use it in GitHub Desktop.
Save heylastway/7608f01f7e5f33bbe63e3e2962b4343c to your computer and use it in GitHub Desktop.
<?php $r1 = rand(3, 9); $r2 = rand(1, 99); $rand = $r1.'.'.$r2.'MB'; $rr1 = rand(3, 9); $rr2 = rand(1, 99); $rand2 = $rr1.':'.$rr2.' min'; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment