REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 759 B
Close
/home/byroehnu/easetack.com/vendor/fakerphp/faker/src/Faker/Provider/en_IN/PhoneNumber.php
Text
Base64
<?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
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Address.php
8.04 KB
lrw-rw-rw-
2024-11-21 13:46:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Internet.php
330 B
lrw-rw-rw-
2024-11-21 13:46:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Person.php
11.68 KB
lrw-rw-rw-
2024-11-21 13:46:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PhoneNumber.php
759 B
lrw-rw-rw-
2024-11-21 13:46:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).