Created
July 8, 2022 07:07
-
-
Save yusufneeson/b6ee55b014a840e32b626188bf6ba631 to your computer and use it in GitHub Desktop.
faker id phone number
This file contains hidden or 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 | |
| array_map(fn() => "62" . random_int(0, 19999999999), range(1, 250)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment