구분 | 결과 |
---|---|
random_string() | |
random_string() | i6Vr37Us |
random_string('alpha', 16) | tbxtuKNudGsGcYnR |
random_string('alnum') | 6lxfXGA8 |
random_string('numeric') | 72146519 |
random_string('nozero') | 32778542 |
random_string('numeric') | 90887769 |
random_string('unique') | 02c4d81d12b3c4f0ec792c8fa6f70d8a |
random_string('md5') | a04cabe48b467041bc275b9b932e6238 |
random_string('encrypt') | 77e39142c288811d8f026d151e3478c0b2e59b03 |
random_string('sha1') | 5b2aaadf4fc258c78854edbdcdc314d4e5a524dc |
increment_string() | |
alternator() | string one string two string one string two string one string two string one string two string one string two |
repeater('*', 10) | ********** |
reduce_double_slashes('http://example.com//index.php') | http://example.com/index.php |
trim_slashes('/this/that/theother/s') | this/that/theother/s |
reduce_multiples('Fred, Bill,, Joe, Jimmy') | Fred, Bill, Joe, Jimmy |
quotes_to_entities("Joe's \"dinner\"") | Joe's "dinner" |
strip_quotes("Joe's \"dinner\"") | Joes dinner |
// End of Sample
© Copyright by hoksi(Page rendered in 0.0048 seconds)