| 구분 | 결과 |
|---|---|
| random_string() | |
| random_string() | ONukJuFE |
| random_string('alpha', 16) | gxHRjNDRrAnVHOFa |
| random_string('alnum') | YiJ5xao1 |
| random_string('numeric') | 54874987 |
| random_string('nozero') | 95138882 |
| random_string('numeric') | 62106719 |
| random_string('unique') | 597db54604c039776f60b821e477261b |
| random_string('md5') | 7b33cbc97a152eaa78a904ba932300bc |
| random_string('encrypt') | 00d1964b8a05348a3d1423c5f1d12f5c4ce75f68 |
| random_string('sha1') | e5fa3f45ed732ef9a73df02888bbfd99f31abd0d |
| 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.0063 seconds)