download
raw
762 Bytes
<?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;
}

Xet Storage Details

Size:
762 Bytes
·
Xet hash:
68fa78b834a54477f3c7f2894823556415d0e2d4371ff32b0107d696e7236bb1

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.