ok
Direktori : /home2/selectio/public_html/3-idiots/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/ |
Current File : /home2/selectio/public_html/3-idiots/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/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}}', ]; }