13

English (United Kingdom)

 2 years ago
source link: https://fakerphp.github.io/locales/en_GB/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

English (United Kingdom)#

Faker\Provider\en_GB\Address#

echo $faker->secondaryAddress(); // "Flat 13"
echo $faker->county();           // 'Hampshire'

Faker\Provider\en_GB\Company#

echo $faker->vat();                                     // "GB123 4567 89"
echo $faker->vat( Company::VAT_TYPE_BRANCH );           // "GB123 4567 89 012"
echo $faker->vat( Company::VAT_TYPE_GOVERNMENT );       // "GBGD123"
echo $faker->vat( Company::VAT_TYPE_HEALTH_AUTHORITY ); // "GBHA567"

Faker\Provider\en_GB\Payment#

echo $faker->bankAccountNumber(); // "GB28MLRJ42074399970100"

// Generates a random National Insurance number.
echo $faker->nino(); // "TY179309C"

Faker\Provider\en_GB\PhoneNumber#

echo $faker->mobileNumber(); // "07720324489"

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK