X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/fakerphp/faker/src/Faker/Provider/zh_CN
home
/
prisjneg
/
public_html
/
vendor
/
fakerphp
/
faker
/
src
/
Faker
/
Provider
/
zh_CN
/
📁
..
📄
Address.php
(7.02 KB)
📄
Color.php
(3.87 KB)
📄
Company.php
(9.37 KB)
📄
DateTime.php
(1.25 KB)
📄
Internet.php
(677 B)
📄
Payment.php
(966 B)
📄
Person.php
(5.02 KB)
📄
PhoneNumber.php
(793 B)
Editing: Internet.php
<?php namespace Faker\Provider\zh_CN; class Internet extends \Faker\Provider\Internet { protected static $freeEmailDomain = [ 'gmail.com', 'yahoo.com', 'hotmail.com', '126.com', '163.com', 'qq.com', 'sohu.com', 'sina.com', ]; protected static $tld = [ 'com', 'com', 'com', 'com', 'com', 'com', 'biz', 'info', 'net', 'org', 'cn', 'com.cn', 'edu.cn', 'net.cn', 'biz.cn', 'gov.cn', 'org.cn', ]; protected static $userNameFormats = [ '{{word}}.{{word}}', '{{word}}_{{word}}', '{{word}}##', '?{{word}}', ]; protected static $emailFormats = [ '{{userName}}@{{freeEmailDomain}}', ]; }
Upload File
Create Folder