|
|
static | streetPrefix () |
| |
|
static | cityPrefix () |
| |
|
static | secondaryAddress () |
| |
|
static | state () |
| |
|
static | community () |
| |
|
static | citySuffix () |
| |
|
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 | $cityPrefix = array('San', 'Santa', 'Puerto', 'Valle', 'Villa', 'Parroquia', 'El', 'Los', 'La', 'Las') |
| |
|
static | $citySuffix = array('del Valle', 'de Mara', 'de Altagracia', 'de Asis', 'del Tuy', 'de Mata') |
| |
|
static | $buildingNumber = array('###', '##', '#') |
| |
| static | $streetPrefix |
| |
|
static | $streetSuffix = array('Norte', 'Este', ' Sur', ' Oeste') |
| |
|
static | $postcode = array('####') |
| |
| static | $state |
| |
| static | $cityFormats |
| |
| static | $streetNameFormats |
| |
| static | $streetAddressFormats |
| |
| static | $addressFormats |
| |
|
static | $secondaryAddressFormats = array('Nro #', 'Piso #', 'Casa #', 'Hab. #', 'Apto #', 'Nro ##', 'Piso ##', 'Casa ##', 'Hab. ##', 'Apto ##') |
| |
|
static | $cityPrefix = array('San', 'Vall', "L'", 'Villa', 'El', 'Los', 'La', 'Las', 'O', 'A', 'Os', 'As') |
| |
|
static | $citySuffix = array('del Vallès', 'del Penedès', 'del Bages', 'de Ulla', 'de Lemos', 'del Mirador', 'de Arriba', 'de la Sierra', 'del Barco', 'de San Pedro', 'del Pozo', 'del Puerto', 'de las Torres', 'Alta', 'Baja', 'Medio') |
| |
|
static | $buildingNumber = array('###', '##', '#') |
| |
| static | $streetPrefix |
| |
|
static | $postcode = array('#####') |
| |
| static | $community |
| |
| static | $state |
| |
| static | $country |
| |
| static | $cityFormats |
| |
| static | $streetNameFormats |
| |
| static | $streetAddressFormats |
| |
| static | $addressFormats |
| |
|
static | $secondaryAddressFormats = array('Bajos', 'Ático #º', 'Entre suelo #º', 'Bajo #º', '#º', '#º A', '#º B', '#º C', '#º D', '#º E', '#º F', '##º A', '##º B', '##º C', '##º D', '##º E', '##º F', '#º #º', '##º #º') |
| |
|
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() |
| |