Skip to content

Instantly share code, notes, and snippets.

@yusufneeson
Created July 8, 2022 07:07
Show Gist options
  • Select an option

  • Save yusufneeson/b6ee55b014a840e32b626188bf6ba631 to your computer and use it in GitHub Desktop.

Select an option

Save yusufneeson/b6ee55b014a840e32b626188bf6ba631 to your computer and use it in GitHub Desktop.
faker id phone number
<?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