Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
fakerphp
/
faker
/
src
/
Faker
/
Provider
/
en_IN
Location:
/home/zoteqbgb/public_html/vendor/fakerphp/faker/src/Faker/Provider/en_IN
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: PhoneNumber.php
<?php namespace Faker\Provider\en_IN; class PhoneNumber extends \Faker\Provider\PhoneNumber { protected static $formats = [ '+91 ## ########', '+91 ### #######', '0## ########', '0### #######', ]; /** * An array of en_IN mobile (cell) phone number formats * * @var array */ protected static $mobileFormats = [ '+91 9#########', '+91 8#########', '+91 7#########', '09#########', '08#########', '07#########', ]; /** * Return a en_IN mobile phone number * * @return string */ public static function mobileNumber() { return static::numerify(static::randomElement(static::$mobileFormats)); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
Address.php
8,229 bytes
0644
2024-11-21 18:46
âï¸
ðï¸
Rename
Internet.php
330 bytes
0644
2024-11-21 18:46
âï¸
ðï¸
Rename
Person.php
11,961 bytes
0644
2024-11-21 18:46
âï¸
ðï¸
Rename
PhoneNumber.php
759 bytes
0644
2024-11-21 18:46
âï¸
ðï¸
Rename
Chang
Apply