X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/fakerphp/faker/src/Faker/Extension
home
/
prisjneg
/
public_html
/
vendor
/
fakerphp
/
faker
/
src
/
Faker
/
Extension
/
📁
..
📄
AddressExtension.php
(762 B)
📄
BarcodeExtension.php
(844 B)
📄
BloodExtension.php
(527 B)
📄
ColorExtension.php
(1.11 KB)
📄
CompanyExtension.php
(386 B)
📄
CountryExtension.php
(258 B)
📄
DateTimeExtension.php
(9.05 KB)
📄
Extension.php
(250 B)
📄
ExtensionNotFound.php
(210 B)
📄
FileExtension.php
(547 B)
📄
GeneratorAwareExtension.php
(489 B)
📄
GeneratorAwareExtensionTrait.php
(478 B)
📄
Helper.php
(3.14 KB)
📄
NumberExtension.php
(1.36 KB)
📄
PersonExtension.php
(1.1 KB)
📄
PhoneNumberExtension.php
(365 B)
📄
UuidExtension.php
(340 B)
📄
VersionExtension.php
(627 B)
Editing: AddressExtension.php
<?php namespace Faker\Extension; /** * @experimental This interface is experimental and does not fall under our BC promise */ interface AddressExtension extends Extension { /** * @example '791 Crist Parks, Sashabury, IL 86039-9874' */ public function address(): string; /** * Randomly return a real city name. */ public function city(): string; /** * @example 86039-9874 */ public function postcode(): string; /** * @example 'Crist Parks' */ public function streetName(): string; /** * @example '791 Crist Parks' */ public function streetAddress(): string; /** * Randomly return a building number. */ public function buildingNumber(): string; }
Upload File
Create Folder