| 구분 | 결과 |
|---|---|
| random_string() | |
| random_string() | H6dGuC59 |
| random_string('alpha', 16) | zoZsgYzNqxCeGFBi |
| random_string('alnum') | Q7LSp874 |
| random_string('numeric') | 12438323 |
| random_string('nozero') | 78527534 |
| random_string('numeric') | 39166143 |
| random_string('unique') | eecc35bd94003798a3ea20ce10b05413 |
| random_string('md5') | 88c9ca2a4c5316966a508250ecbdba3f |
| random_string('encrypt') | 432b099ae3afdb511a4464fd41786ad80528d6e3 |
| random_string('sha1') | d6c7f137e48ec180239f077265b088fcefdae6a5 |
| 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.0070 seconds)