|
| street () |
|
| city () |
|
| state () |
|
| streetName () |
|
| streetAddress () |
|
| address () |
|
| __construct (Generator $generator) |
|
| optional ($weight=0.5, $default=null) |
|
| unique ($reset=false, $maxRetries=10000) |
|
| valid ($validator=null, $maxRetries=10000) |
|
|
static | randomChineseNumber () |
|
static | randomNumber2 () |
|
static | randomNumber3 () |
|
static | localLatitude () |
|
static | localLongitude () |
|
static | stateAbbr () |
|
static | cityPrefix () |
|
static | citySuffix () |
|
static | secondaryAddress () |
|
static | streetSuffix () |
|
static | buildingNumber () |
|
static | postcode () |
|
static | country () |
|
static | latitude ($min=-90, $max=90) |
|
static | longitude ($min=-180, $max=180) |
|
static | localCoordinates () |
|
static | randomDigit () |
|
static | randomDigitNotNull () |
|
static | randomDigitNot ($except) |
|
static | randomNumber ($nbDigits=null, $strict=false) |
|
static | randomFloat ($nbMaxDecimals=null, $min=0, $max=null) |
|
static | numberBetween ($int1=0, $int2=2147483647) |
|
static | passthrough ($value) |
|
static | randomLetter () |
|
static | randomAscii () |
|
static | randomElements ($array=array('a', 'b', 'c'), $count=1, $allowDuplicates=false) |
|
static | randomElement ($array=array('a', 'b', 'c')) |
|
static | randomKey ($array=array()) |
|
static | shuffle ($arg='') |
|
static | shuffleArray ($array=array()) |
|
static | shuffleString ($string='', $encoding='UTF-8') |
|
static | numerify ($string='###') |
|
static | lexify ($string='????') |
|
static | bothify ($string='## ??') |
|
static | asciify ($string=' ****') |
|
static | regexify ($regex='') |
|
static | toLower ($string='') |
|
static | toUpper ($string='') |
|
|
static | $streetNameFormats |
|
static | $streetAddressFormats |
|
static | $secondaryAddressSuffix = array('室', '房') |
|
static | $addressFormats |
|
static | $streetSuffix |
|
static | $street |
|
static | $city |
|
static | $country |
|
static | $postcode = array('###-##', '###') |
|
static | $citySuffix = array('Ville') |
|
static | $streetSuffix = array('Street') |
|
static | $cityFormats |
|
static | $streetNameFormats |
|
static | $streetAddressFormats |
|
static | $addressFormats |
|
static | $buildingNumber = array('%#') |
|
static | $postcode = array('#####') |
|
static | $country = array() |
|
◆ $addressFormats
Faker\Provider\zh_TW\Address::$addressFormats |
|
staticprotected |
Initial value:= array(
'{{postcode}} {{city}}{{streetAddress}}',
)
◆ $city
Faker\Provider\zh_TW\Address::$city |
|
staticprotected |
◆ $country
Faker\Provider\zh_TW\Address::$country |
|
staticprotected |
◆ $street
Faker\Provider\zh_TW\Address::$street |
|
staticprotected |
◆ $streetAddressFormats
Faker\Provider\zh_TW\Address::$streetAddressFormats |
|
staticprotected |
Initial value:= array(
'{{streetName}}{{randomNumber3}}號',
'{{streetName}}{{randomNumber3}}號{{randomNumber2}}樓',
'{{streetName}}{{randomNumber3}}巷{{randomNumber3}}號',
'{{streetName}}{{randomNumber3}}巷{{randomNumber3}}號{{randomNumber2}}樓',
'{{streetName}}{{randomNumber3}}巷{{randomNumber3}}弄{{randomNumber3}}號',
'{{streetName}}{{randomNumber3}}巷{{randomNumber3}}弄{{randomNumber3}}號{{randomNumber2}}樓',
)
◆ $streetNameFormats
Faker\Provider\zh_TW\Address::$streetNameFormats |
|
staticprotected |
Initial value:= array(
'{{street}}{{streetSuffix}}',
'{{street}}{{streetSuffix}}{{randomChineseNumber}}段',
)
◆ $streetSuffix
Faker\Provider\zh_TW\Address::$streetSuffix |
|
staticprotected |
The documentation for this class was generated from the following file:
- vendor/fzaninotto/faker/src/Faker/Provider/zh_TW/Address.php