D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
test
/
vendor
/
fzaninotto
/
faker
/
src
/
Faker
/
Provider
/
ru_RU
/
Filename :
Internet.php
back
Copy
<?php namespace Faker\Provider\ru_RU; class Internet extends \Faker\Provider\Internet { protected static $freeEmailDomain = array('yandex.ru', 'ya.ru', 'narod.ru', 'gmail.com', 'mail.ru', 'list.ru', 'bk.ru', 'inbox.ru', 'rambler.ru', 'hotmail.com'); protected static $tld = array('com', 'com', 'net', 'org', 'ru', 'ru', 'ru', 'ru'); }