LicensePlate
extends Base
in package
Generator of Polish vehicle registration numbers.
http://prawo.sejm.gov.pl/isap.nsf/DocDetails.xsp?id=WDU20170002355 https://pl.wikipedia.org/wiki/Tablice_rejestracyjne_w_Polsce#Tablice_standardowe
Table of Contents
- $counties : array<string|int, mixed>
- $generator : Generator
- $plateSuffixesGroup1 : array<string|int, mixed>
- $plateSuffixesGroup2 : array<string|int, mixed>
- $specials : array<string|int, mixed>
- $unique : UniqueGenerator
- $voivodeships : array<string|int, mixed>
- __construct() : mixed
- asciify() : string
- Replaces * signs with random numbers and letters and special characters
- bothify() : string
- Replaces hash signs ('#') and question marks ('?') with random numbers and letters An asterisk ('*') is replaced with either a random number or a random letter
- lexify() : string
- Replaces all question mark ('?') occurrences with a random letter
- licensePlate() : string
- Generates random license plate.
- numberBetween() : int
- Returns a random number between $int1 and $int2 (any order)
- numerify() : string
- Replaces all hash sign ('#') occurrences with a random number Replaces all percentage sign ('%') occurrences with a not null number
- optional() : mixed|null
- Chainable method for making any formatter optional.
- passthrough() : mixed
- Returns the passed value
- randomAscii() : string
- Returns a random ASCII character (excluding accents and special chars)
- randomDigit() : int
- Returns a random number between 0 and 9
- randomDigitNot() : int
- Generates a random digit, which cannot be $except
- randomDigitNotNull() : int
- Returns a random number between 1 and 9
- randomElement() : mixed
- Returns a random element from a passed array
- randomElements() : array<string|int, mixed>
- Returns randomly ordered subsequence of $count elements from a provided array
- randomFloat() : float
- Return a random float number
- randomKey() : int|string|null
- Returns a random key from a passed associative array
- randomLetter() : string
- Returns a random letter from a to z
- randomNumber() : int
- Returns a random integer with 0 to $nbDigits digits.
- regexify() : string
- Transforms a basic regular expression into a random string satisfying the expression.
- shuffle() : array<string|int, mixed>|string
- Returns a shuffled version of the argument.
- shuffleArray() : array<string|int, mixed>
- Returns a shuffled version of the array.
- shuffleString() : string
- Returns a shuffled version of the string.
- toLower() : string
- Converts string to lowercase.
- toUpper() : string
- Converts string to uppercase.
- unique() : UniqueGenerator
- Chainable method for making any formatter unique.
- valid() : ValidGenerator
- Chainable method for forcing any formatter to return only valid values.
- selectRandomArea() : mixed
- Selects random area from the list of available and requested.
- replaceWildcard() : mixed
Properties
$counties
protected
static array<string|int, mixed>
$counties
= ['D' => ['Jelenia Góra' => ['J'], 'Legnica' => ['L'], 'Wałbrzych' => ['B'], 'Wrocław' => ['W', 'X'], 'bolesławiecki' => ['BL'], 'dzierżoniowski' => ['DZ'], 'głogowski' => ['GL'], 'górowski' => ['GR'], 'jaworski' => ['JA'], 'jeleniogórski' => ['JE'], 'kamiennogórski' => ['KA'], 'kłodzki' => ['KL'], 'legnicki' => ['LE'], 'lubański' => ['LB'], 'lubiński' => ['LU'], 'lwówecki' => ['LW'], 'milicki' => ['MI'], 'oleśnicki' => ['OL'], 'oławski' => ['OA'], 'polkowicki' => ['PL'], 'strzeliński' => ['ST'], 'średzki' => ['SR'], 'świdnicki' => ['SW'], 'trzebnicki' => ['TR'], 'wałbrzyski' => ['BA'], 'wołowski' => ['WL'], 'wrocławski' => ['WR'], 'ząbkowicki' => ['ZA'], 'zgorzelecki' => ['ZG'], 'złotoryjski' => ['ZL']], 'C' => ['Bydgoszcz' => ['B'], 'Grudziądz' => ['G'], 'Toruń' => ['T'], 'Włocławek' => ['W'], 'aleksandrowski' => ['AL'], 'brodnicki' => ['BR'], 'bydgoski' => ['BY'], 'chełmiński' => ['CH'], 'golubsko-dobrzyński' => ['GD'], 'grudziądzki' => ['GR'], 'inowrocławski' => ['IN'], 'lipnowski' => ['LI'], 'mogileński' => ['MG'], 'nakielski' => ['NA'], 'radziejowski' => ['RA'], 'rypiński' => ['RY'], 'sępoleński' => ['SE'], 'świecki' => ['SW'], 'toruński' => ['TR'], 'tucholski' => ['TU'], 'wąbrzeski' => ['WA'], 'włocławski' => ['WL'], 'żniński' => ['ZN']], 'L' => ['Biała Podlaska' => ['B'], 'Chełm' => ['C'], 'Lublin' => ['U'], 'Zamość' => ['Z'], 'bialski' => ['BI'], 'biłgorajski' => ['BL'], 'chełmski' => ['CH'], 'hrubieszowski' => ['HR'], 'janowski' => ['JA'], 'krasnostawski' => ['KS'], 'kraśnicki' => ['KR'], 'lubartowski' => ['LB'], 'lubelski' => ['UB'], 'łęczyński' => ['LE'], 'łukowski' => ['LU'], 'opolski' => ['OP'], 'parczewski' => ['PA'], 'puławski' => ['PU'], 'radzyński' => ['RA'], 'rycki' => ['RY'], 'świdnicki' => ['SW'], 'tomaszowski' => ['TM'], 'włodawski' => ['WL'], 'zamojski' => ['ZA']], 'F' => ['Gorzów Wielkopolski' => ['G'], 'Zielona Góra' => ['Z'], 'gorzowski' => ['GW'], 'krośnieński' => ['KR'], 'międzyrzecki' => ['MI'], 'nowosolski' => ['NW'], 'słubicki' => ['SL'], 'strzelecko-drezdenecki' => ['SD'], 'sulęciński' => ['SU'], 'świebodziński' => ['SW'], 'wschowski' => ['WS'], 'zielonogórski' => ['ZI'], 'żagański' => ['ZG'], 'żarski' => ['ZA']], 'E' => ['Łódź' => ['L'], 'Piotrków Trybunalski' => ['P'], 'Skierniewice' => ['S'], 'brzeziński' => ['BR'], 'bełchatowski' => ['BE'], 'kutnowski' => ['KU'], 'łaski' => ['LA'], 'łęczycki' => ['LE'], 'łowicki' => ['LC'], 'łódzki wschodni' => ['LW'], 'opoczyński' => ['OP'], 'pabianicki' => ['PA'], 'pajęczański' => ['PJ'], 'piotrkowski' => ['PI'], 'poddębicki' => ['PD'], 'radomszczański' => ['RA'], 'rawski' => ['RW'], 'sieradzki' => ['SI'], 'skierniewicki' => ['SK'], 'tomaszowski' => ['TM'], 'wieluński' => ['WI'], 'wieruszowski' => ['WE'], 'zduńskowolski' => ['ZD'], 'zgierski' => ['ZG']], 'K' => ['Kraków' => ['R'], 'Nowy Sącz' => ['N'], 'Tarnów' => ['T'], 'bocheński' => ['BA', 'BC'], 'brzeski' => ['BR'], 'chrzanowski' => ['CH'], 'dąbrowski' => ['DA'], 'gorlicki' => ['GR'], 'krakowski' => ['RA'], 'limanowski' => ['LI'], 'miechowski' => ['MI'], 'myślenicki' => ['MY'], 'nowosądecki' => ['NS'], 'nowotarski' => ['NT'], 'olkuski' => ['OL'], 'oświęcimski' => ['OS'], 'proszowicki' => ['PR'], 'suski' => ['SU'], 'tarnowski' => ['TA'], 'tatrzański' => ['TT'], 'wadowicki' => ['WA'], 'wielicki' => ['WI']], 'W' => ['Ostrołęka' => ['O'], 'Płock' => ['P'], 'Radom' => ['R'], 'Siedlce' => ['S'], 'białobrzeski' => ['BR'], 'ciechanowski' => ['CI'], 'garwoliński' => ['G'], 'gostyniński' => ['GS'], 'grodziski' => ['GM'], 'grójecki' => ['GR'], 'kozienicki' => ['KZ'], 'legionowski' => ['L'], 'lipski' => ['LI'], 'łosicki' => ['LS'], 'makowski' => ['MA'], 'miński' => ['M'], 'mławski' => ['ML'], 'nowodworski' => ['ND'], 'ostrołęcki' => ['OS'], 'ostrowski' => ['OR'], 'otwocki' => ['OT'], 'piaseczyński' => ['PA', 'PI'], 'płocki' => ['PL'], 'płoński' => ['PN'], 'pruszkowski' => ['PP', 'PR', 'PS'], 'przasnyski' => ['PZ'], 'przysuski' => ['PY'], 'pułtuski' => ['PU'], 'radomski' => ['RA'], 'siedlecki' => ['SI'], 'sierpecki' => ['SE'], 'sochaczewski' => ['SC'], 'sokołowski' => ['SK'], 'szydłowiecki' => ['SZ'], 'warszawski' => ['A', 'B', 'D', 'E', 'F', 'H', 'I', 'J', 'K', 'N', 'T', 'U', 'W', 'X', 'Y'], 'warszawski zachodni' => ['Z'], 'węgrowski' => ['WE'], 'wołomiński' => ['WL', 'V'], 'wyszkowski' => ['WY'], 'zwoleński' => ['ZW'], 'żuromiński' => ['ZU'], 'żyrardowski' => ['ZY']], 'O' => ['Opole' => ['P'], 'brzeski' => ['B'], 'głubczycki' => ['GL'], 'kędzierzyńsko-kozielski' => ['K'], 'kluczborski' => ['KL'], 'krapkowicki' => ['KR'], 'namysłowski' => ['NA'], 'nyski' => ['NY'], 'oleski' => ['OL'], 'opolski' => ['PO'], 'prudnicki' => ['PR'], 'strzelecki' => ['ST']], 'R' => ['Krosno' => ['K'], 'Przemyśl' => ['P'], 'Rzeszów' => ['Z'], 'Tarnobrzeg' => ['T'], 'bieszczadzki' => ['BI'], 'brzozowski' => ['BR'], 'dębicki' => ['DE'], 'jarosławski' => ['JA'], 'jasielski' => ['JS'], 'kolbuszowski' => ['KL'], 'krośnieński' => ['KR'], 'leski' => ['LS'], 'leżajski' => ['LE'], 'lubaczowski' => ['LU'], 'łańcucki' => ['LA'], 'mielecki' => ['MI'], 'niżański' => ['NI'], 'przemyski' => ['PR'], 'przeworski' => ['PZ'], 'ropczycko-sędziszowski' => ['RS'], 'rzeszowski' => ['ZE'], 'sanocki' => ['SA'], 'stalowowolski' => ['ST'], 'strzyżowski' => ['SR'], 'tarnobrzeski' => ['TA']], 'B' => ['Białystok' => ['I'], 'Łomża' => ['L'], 'Suwałki' => ['S'], 'augustowski' => ['AU'], 'białostocki' => ['IA'], 'bielski' => ['BI'], 'grajewski' => ['GR'], 'hajnowski' => ['HA'], 'kolneński' => ['KL'], 'łomżyński' => ['LM'], 'moniecki' => ['MN'], 'sejneński' => ['SE'], 'siemiatycki' => ['SI'], 'sokólski' => ['SK'], 'suwalski' => ['SU'], 'wysokomazowiecki' => ['WM'], 'zambrowski' => ['ZA']], 'G' => ['Gdańsk' => ['D'], 'Gdynia' => ['A'], 'Słupsk' => ['S'], 'Sopot' => ['SP'], 'bytowski' => ['BY'], 'chojnicki' => ['CH'], 'człuchowski' => ['CZ'], 'gdański' => ['DA'], 'kartuski' => ['KY', 'KA'], 'kościerski' => ['KS'], 'kwidzyński' => ['KW'], 'lęborski' => ['LE'], 'malborski' => ['MB'], 'nowodworski' => ['ND'], 'pucki' => ['PU'], 'słupski' => ['SL'], 'starogardzki' => ['ST'], 'sztumski' => ['SZ'], 'tczewski' => ['TC'], 'wejherowski' => ['WE', 'WO']], 'S' => ['Bielsko-Biała' => ['B'], 'Bytom' => ['Y'], 'Chorzów' => ['H'], 'Częstochowa' => ['C'], 'Dąbrowa Górnicza' => ['D'], 'Gliwice' => ['G'], 'Jastrzębie-Zdrój' => ['JZ'], 'Jaworzno' => ['J'], 'Katowice' => ['K'], 'Mysłowice' => ['M'], 'Piekary Śląskie' => ['PI'], 'Ruda Śląska,' => ['L', 'RS'], 'Rybnik' => ['R'], 'Siemianowice Śląskie' => ['I'], 'Sosnowiec' => ['O'], 'Świętochłowice' => ['W'], 'Tychy' => ['T'], 'Zabrze' => ['Z'], 'Żory' => ['ZO'], 'będziński' => ['BE'], 'bielski' => ['BI'], 'cieszyński' => ['CN', 'CI'], 'częstochowski' => ['CZ'], 'gliwicki' => ['GL'], 'kłobucki' => ['KL'], 'lubliniecki' => ['LU'], 'mikołowski' => ['MI'], 'myszkowski' => ['MY'], 'pszczyński' => ['PS'], 'raciborski' => ['RC'], 'rybnicki' => ['RB'], 'tarnogórski' => ['TA'], 'bieruńsko - lędziński' => ['BL'], 'wodzisławski' => ['WD', 'WZ'], 'zawierciański' => ['ZA'], 'żywiecki' => ['ZY']], 'T' => ['Kielce' => ['K'], 'buski' => ['BU'], 'jędrzejowski' => ['JE'], 'kazimierski' => ['KA'], 'kielecki' => ['KI'], 'konecki' => ['KN'], 'opatowski' => ['OP'], 'ostrowiecki' => ['OS'], 'pińczowski' => ['PI'], 'sandomierski' => ['SA'], 'skarżyski' => ['SK'], 'starachowicki' => ['ST'], 'staszowski' => ['SZ'], 'włoszczowski' => ['LW']], 'N' => ['Elbląg' => ['E'], 'Olsztyn' => ['O'], 'bartoszycki' => ['BA'], 'braniewski' => ['BR'], 'działdowski' => ['DZ'], 'elbląski' => ['EB'], 'ełcki' => ['EL'], 'giżycki' => ['GI'], 'iławski' => ['IL'], 'kętrzyński' => ['KE'], 'lidzbarski' => ['LI'], 'mrągowski' => ['MR'], 'nidzicki' => ['NI'], 'nowomiejski' => ['NM'], 'olecki' => ['OE'], 'gołdapski' => ['GO'], 'olsztyński' => ['OL'], 'ostródzki' => ['OS'], 'piski' => ['PI'], 'szczycieński' => ['SZ'], 'węgorzewski' => ['WE']], 'P' => ['Kalisz' => ['A', 'K'], 'Konin' => ['KO', 'N'], 'Leszno' => ['L'], 'Poznań' => ['O', 'Y'], 'chodzieski' => ['CH'], 'czarnkowsko-trzcianecki' => ['CT'], 'gnieźnieński' => ['GN'], 'gostyński' => ['GS'], 'grodziski' => ['GO'], 'jarociński' => ['JA'], 'kaliski' => ['KA'], 'kępiński' => ['KE'], 'kolski' => ['KL'], 'koniński' => ['KN'], 'kościański' => ['KS'], 'krotoszyński' => ['KR'], 'leszczyński' => ['LE'], 'międzychodzki' => ['MI'], 'nowotomyski' => ['NT'], 'obornicki' => ['OB'], 'ostrowski' => ['OS'], 'ostrzeszowski' => ['OT'], 'pilski' => ['P'], 'pleszewski' => ['PL'], 'poznański' => ['OZ', 'Z'], 'rawicki' => ['RA'], 'słupecki' => ['SL'], 'szamotulski' => ['SZ'], 'średzki' => ['SR'], 'śremski' => ['SE'], 'turecki' => ['TU'], 'wągrowiecki' => ['WA'], 'wolsztyński' => ['WL'], 'wrzesiński' => ['WR'], 'złotowski' => ['ZL']], 'Z' => ['Koszalin' => ['K'], 'Szczecin' => ['S', 'Z'], 'Świnoujście' => ['SW'], 'białogardzki' => ['BI'], 'choszczeński' => ['CH'], 'drawski' => ['DR'], 'goleniowski' => ['GL'], 'gryficki' => ['GY'], 'gryfiński' => ['GR'], 'kamieński' => ['KA'], 'kołobrzeski' => ['KL'], 'koszaliński' => ['KO'], 'łobeski' => ['LO'], 'myśliborski' => ['MY'], 'policki' => ['PL'], 'pyrzycki' => ['PY'], 'sławieński' => ['SL'], 'stargardzki' => ['ST'], 'szczecinecki' => ['SZ'], 'świdwiński' => ['SD'], 'wałecki' => ['WA']], 'U' => ['Siły Zbrojne Rzeczypospolitej Polskiej' => ['A', 'B', 'C', 'D', 'E', 'G', 'I', 'J', 'K', 'L']], 'H' => ['Centralne Biuro Antykorupcyjne' => ['A'], 'Służba Ochrony Państwa' => ['BA', 'BB', 'BE', 'BF', 'BG'], 'Służba Celno-Skarbowa' => ['CA', 'CB', 'CC', 'CD', 'CE', 'CF', 'CG', 'CH', 'CJ', 'CK', 'CL', 'CM', 'CN', 'CO', 'CP', 'CR'], 'Agencja Bezpieczeństwa Wewnętrznego' => ['K'], 'Agencja Wywiadu' => ['K'], 'Służba Kontrwywiadu Wojskowego' => ['M'], 'Służba Wywiadu Wojskowego' => ['M'], 'Policja' => ['PA', 'PB', 'PC', 'PD', 'PE', 'PF', 'PG', 'PH', 'PJ', 'PK', 'PL', 'PL', 'PL', 'PL', 'PL', 'PM', 'PN', 'PP', 'PS', 'PT', 'PU', 'PW', 'PZ'], 'Straż Graniczna' => ['WA', 'WK']]]
list of Polish counties and respective vehicle registration number prefixes.
$generator
protected
Generator
$generator
$plateSuffixesGroup1
protected
static array<string|int, mixed>
$plateSuffixesGroup1
= ['\d{5}', '\d{4}[A-PR-Z]', '\d{3}[A-PR-Z]{2}', '[1-9][A-PR-Z]\d{3}', '[1-9][A-PR-Z]{2}\d{2}']
list of regex expressions matching Polish license plate suffixess when county code is 1 character long.
$plateSuffixesGroup2
protected
static array<string|int, mixed>
$plateSuffixesGroup2
= ['[A-PR-Z]\d{3}', '\d{2}[A-PR-Z]{2}', '[1-9][A-PR-Z]\d{2}', '\d{2}[A-PR-Z][1-9]', '[1-9][A-PR-Z]{2}[1-9]', '[A-PR-Z]{2}\d{2}', '\d{5}', '\d{4}[A-PR-Z]', '\d{3}[A-PR-Z]{2}', '[A-PR-Z]\d{2}[A-PR-Z]', '[A-PR-Z][1-9][A-PR-Z]{2}']
list of regex expressions matching Polish license plate suffixess when county code is 2 characters long.
$specials
protected
static array<string|int, mixed>
$specials
= ['army' => 'U', 'services' => 'H']
list of special vehicle registration number prefixes.
$unique
protected
UniqueGenerator
$unique
$voivodeships
protected
static array<string|int, mixed>
$voivodeships
= ['dolnośląskie' => 'D', 'kujawsko-pomorskie' => 'C', 'lubelskie' => 'L', 'lubuskie' => 'F', 'łódzkie' => 'E', 'małopolskie' => 'K', 'mazowieckie' => 'W', 'opolskie' => 'O', 'podkarpackie' => 'R', 'podlaskie' => 'B', 'pomorskie' => 'G', 'śląskie' => 'S', 'świętokrzyskie' => 'T', 'warmińsko-mazurskie' => 'N', 'wielkopolskie' => 'P', 'zachodniopomorskie' => 'Z']
list of Polish voivodeships and respective vehicle registration number prefixes.
Methods
__construct()
public
__construct(Generator $generator) : mixed
Parameters
- $generator : Generator
Return values
mixed —asciify()
Replaces * signs with random numbers and letters and special characters
public
static asciify([string $string = '****' ]) : string
Parameters
- $string : string = '****'
-
String that needs to bet parsed
Tags
Return values
string —bothify()
Replaces hash signs ('#') and question marks ('?') with random numbers and letters An asterisk ('*') is replaced with either a random number or a random letter
public
static bothify([string $string = '## ??' ]) : string
Parameters
- $string : string = '## ??'
-
String that needs to bet parsed
Return values
string —lexify()
Replaces all question mark ('?') occurrences with a random letter
public
static lexify([string $string = '????' ]) : string
Parameters
- $string : string = '????'
-
String that needs to bet parsed
Return values
string —licensePlate()
Generates random license plate.
public
static licensePlate([bool $special = false ][, array<string|int, mixed>|null $voivodeships = null ][, array<string|int, mixed>|null $counties = null ]) : string
Parameters
- $special : bool = false
-
whether special license plates should be included
- $voivodeships : array<string|int, mixed>|null = null
-
list of voivodeships license plate should be generated from
- $counties : array<string|int, mixed>|null = null
-
list of counties license plate should be generated from
Return values
string —numberBetween()
Returns a random number between $int1 and $int2 (any order)
public
static numberBetween(int $int1[, int $int2 = 2147483647 ]) : int
Parameters
- $int1 : int
-
default to 0
- $int2 : int = 2147483647
-
defaults to 32 bit max integer, ie 2147483647
Tags
Return values
int —numerify()
Replaces all hash sign ('#') occurrences with a random number Replaces all percentage sign ('%') occurrences with a not null number
public
static numerify([string $string = '###' ]) : string
Parameters
- $string : string = '###'
-
String that needs to bet parsed
Return values
string —optional()
Chainable method for making any formatter optional.
public
optional([float|int $weight = 0.5 ][, mixed $default = null ]) : mixed|null
Parameters
- $weight : float|int = 0.5
-
Set the probability of receiving a null value. "0" will always return null, "1" will always return the generator. If $weight is an integer value, then the same system works between 0 (always get false) and 100 (always get true).
- $default : mixed = null
Return values
mixed|null —passthrough()
Returns the passed value
public
static passthrough(mixed $value) : mixed
Parameters
- $value : mixed
Return values
mixed —randomAscii()
Returns a random ASCII character (excluding accents and special chars)
public
static randomAscii() : string
Return values
string —randomDigit()
Returns a random number between 0 and 9
public
static randomDigit() : int
Return values
int —randomDigitNot()
Generates a random digit, which cannot be $except
public
static randomDigitNot(int $except) : int
Parameters
- $except : int
Return values
int —randomDigitNotNull()
Returns a random number between 1 and 9
public
static randomDigitNotNull() : int
Return values
int —randomElement()
Returns a random element from a passed array
public
static randomElement([array<string|int, mixed> $array = ['a', 'b', 'c'] ]) : mixed
Parameters
- $array : array<string|int, mixed> = ['a', 'b', 'c']
Return values
mixed —randomElements()
Returns randomly ordered subsequence of $count elements from a provided array
public
static randomElements([array<string|int, mixed> $array = ['a', 'b', 'c'] ][, int $count = 1 ][, bool $allowDuplicates = false ]) : array<string|int, mixed>
Parameters
- $array : array<string|int, mixed> = ['a', 'b', 'c']
-
Array to take elements from. Defaults to a-c
- $count : int = 1
-
Number of elements to take.
- $allowDuplicates : bool = false
-
Allow elements to be picked several times. Defaults to false
Tags
Return values
array<string|int, mixed> —New array with $count elements from $array
randomFloat()
Return a random float number
public
static randomFloat([int $nbMaxDecimals = null ], float|int $min[, float|int $max = null ]) : float
Parameters
- $nbMaxDecimals : int = null
- $min : float|int
- $max : float|int = null
Tags
Return values
float —randomKey()
Returns a random key from a passed associative array
public
static randomKey([array<string|int, mixed> $array = [] ]) : int|string|null
Parameters
- $array : array<string|int, mixed> = []
Return values
int|string|null —randomLetter()
Returns a random letter from a to z
public
static randomLetter() : string
Return values
string —randomNumber()
Returns a random integer with 0 to $nbDigits digits.
public
static randomNumber([int $nbDigits = null ][, bool $strict = false ]) : int
The maximum value returned is mt_getrandmax()
Parameters
- $nbDigits : int = null
-
Defaults to a random number between 1 and 9
- $strict : bool = false
-
Whether the returned number should have exactly $nbDigits
Tags
Return values
int —regexify()
Transforms a basic regular expression into a random string satisfying the expression.
public
static regexify([string $regex = '' ]) : string
Parameters
- $regex : string = ''
-
A regular expression (delimiters are optional)
Tags
Return values
string —shuffle()
Returns a shuffled version of the argument.
public
static shuffle([array<string|int, mixed>|string $arg = '' ]) : array<string|int, mixed>|string
This function accepts either an array, or a string.
Parameters
- $arg : array<string|int, mixed>|string = ''
-
The set to shuffle
Tags
Return values
array<string|int, mixed>|string —The shuffled set
shuffleArray()
Returns a shuffled version of the array.
public
static shuffleArray([array<string|int, mixed> $array = [] ]) : array<string|int, mixed>
This function does not mutate the original array. It uses the Fisher–Yates algorithm, which is unbiased, together with a Mersenne twister random generator. This function is therefore more random than PHP's shuffle() function, and it is seedable.
Parameters
- $array : array<string|int, mixed> = []
-
The set to shuffle
Tags
Return values
array<string|int, mixed> —The shuffled set
shuffleString()
Returns a shuffled version of the string.
public
static shuffleString([string $string = '' ][, string $encoding = 'UTF-8' ]) : string
This function does not mutate the original string. It uses the Fisher–Yates algorithm, which is unbiased, together with a Mersenne twister random generator. This function is therefore more random than PHP's shuffle() function, and it is seedable. Additionally, it is UTF8 safe if the mb extension is available.
Parameters
- $string : string = ''
-
The set to shuffle
- $encoding : string = 'UTF-8'
-
The string encoding (defaults to UTF-8)
Tags
Return values
string —The shuffled set
toLower()
Converts string to lowercase.
public
static toLower([string $string = '' ]) : string
Uses mb_string extension if available.
Parameters
- $string : string = ''
-
String that should be converted to lowercase
Return values
string —toUpper()
Converts string to uppercase.
public
static toUpper([string $string = '' ]) : string
Uses mb_string extension if available.
Parameters
- $string : string = ''
-
String that should be converted to uppercase
Return values
string —unique()
Chainable method for making any formatter unique.
public
unique([bool $reset = false ][, int $maxRetries = 10000 ]) : UniqueGenerator
// will never return twice the same value
$faker->unique()->randomElement(array(1, 2, 3));
Parameters
- $reset : bool = false
-
If set to true, resets the list of existing values
- $maxRetries : int = 10000
-
Maximum number of retries to find a unique value, After which an OverflowException is thrown.
Tags
Return values
UniqueGenerator —A proxy class returning only non-existing values
valid()
Chainable method for forcing any formatter to return only valid values.
public
valid([Closure $validator = null ][, int $maxRetries = 10000 ]) : ValidGenerator
The value validity is determined by a function passed as first argument.
$values = array();
$evenValidator = function ($digit) {
return $digit % 2 === 0;
};
for ($i=0; $i < 10; $i++) {
$values []= $faker->valid($evenValidator)->randomDigit;
}
print_r($values); // [0, 4, 8, 4, 2, 6, 0, 8, 8, 6]
Parameters
- $validator : Closure = null
-
A function returning true for valid values
- $maxRetries : int = 10000
-
Maximum number of retries to find a unique value, After which an OverflowException is thrown.
Tags
Return values
ValidGenerator —A proxy class returning only valid values
selectRandomArea()
Selects random area from the list of available and requested.
protected
static selectRandomArea(array<string|int, mixed> $available, array<string|int, mixed>|null $requested) : mixed
Parameters
- $available : array<string|int, mixed>
- $requested : array<string|int, mixed>|null
Return values
mixed —replaceWildcard()
private
static replaceWildcard(mixed $string[, mixed $wildcard = '#' ][, mixed $callback = 'static::randomDigit' ]) : mixed
Parameters
- $string : mixed
- $wildcard : mixed = '#'
- $callback : mixed = 'static::randomDigit'