|
static | province () |
|
static | provinceAbbr () |
|
static | randomPostcodeLetter () |
|
static | postcode () |
|
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 | $postcode = array('?#? #?#', '?#?-#?#', '?#?#?#') |
|
static | $postcodeLetters = array('A','B','C','E','G','H','J','K','L','M','N','P','R','S','T','V','X','Y') |
|
static | $province |
|
static | $provinceAbbr |
|
static | $addressFormats |
|
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() |
|
Extend US class since most fields share the same format