|
static | dayOfWeek ($max='now') |
|
static | monthName ($max='now') |
|
static | unixTime ($max='now') |
|
static | dateTime ($max='now', $timezone=null) |
|
static | dateTimeAD ($max='now', $timezone=null) |
|
static | iso8601 ($max='now') |
|
static | date ($format='Y-m-d', $max='now') |
|
static | time ($format='H:i:s', $max='now') |
|
static | dateTimeBetween ($startDate='-30 years', $endDate='now', $timezone=null) |
|
static | dateTimeInInterval ($date='-30 years', $interval='+5 days', $timezone=null) |
|
static | dateTimeThisCentury ($max='now', $timezone=null) |
|
static | dateTimeThisDecade ($max='now', $timezone=null) |
|
static | dateTimeThisYear ($max='now', $timezone=null) |
|
static | dateTimeThisMonth ($max='now', $timezone=null) |
|
static | amPm ($max='now') |
|
static | dayOfMonth ($max='now') |
|
static | month ($max='now') |
|
static | year ($max='now') |
|
static | century () |
|
static | timezone () |
|
static | setDefaultTimezone ($timezone=null) |
|
static | getDefaultTimezone () |
|
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='') |
|
|
| __construct (Generator $generator) |
|
| optional ($weight=0.5, $default=null) |
|
| unique ($reset=false, $maxRetries=10000) |
|
| valid ($validator=null, $maxRetries=10000) |
|
static | getMaxTimestamp ($max='now') |
|
| $generator |
|
| $unique |
|
static | $century = array('I','II','III','IV','V','VI','VII','VIII','IX','X','XI','XII','XIII','XIV','XV','XVI','XVII','XVIII','XIX','XX','XXI') |
|
static | $defaultTimezone = null |
|