|
static | postcode () |
|
static | region () |
|
static | cityPrefix () |
|
static | secondaryAddress () |
|
static | state () |
|
static | stateAbbr () |
|
static | citySuffix () |
|
static | streetSuffix () |
|
static | buildingNumber () |
|
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 | $buildingNumber = array('#', '##', '###') |
|
static | $streetSuffix |
|
static | $citySuffix = array('ville', 'ston') |
|
static | $cityFormats = array('{{firstName}}{{citySuffix}}') |
|
static | $region |
|
static | $postcode = array('####') |
|
static | $addressFormats = array('{{buildingNumber}} {{streetName}}, {{city}}, {{region}}, {{postcode}}') |
|
static | $streetAddressFormats = array('{{buildingNumber}} {{streetName}}') |
|
static | $cityPrefix = array('North', 'East', 'West', 'South', 'New', 'Lake', 'Port') |
|
static | $citySuffix = array('town', 'ton', 'land', 'ville', 'berg', 'burgh', 'borough', 'bury', 'view', 'port', 'mouth', 'stad', 'furt', 'chester', 'mouth', 'fort', 'haven', 'side', 'shire') |
|
static | $buildingNumber = array('%####', '%###', '%##') |
|
static | $streetSuffix |
|
static | $postcode = array('#####', '#####-####') |
|
static | $state |
|
static | $stateAbbr |
|
static | $country |
|
static | $cityFormats |
|
static | $streetNameFormats |
|
static | $streetAddressFormats |
|
static | $addressFormats |
|
static | $secondaryAddressFormats = array('Apt. ###', 'Suite ###') |
|
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() |
|