| 구분 | 결과 |
|---|---|
| random_string() | |
| random_string() | MFFq1Ns5 |
| random_string('alpha', 16) | sQuVYcwJQZlzGlWT |
| random_string('alnum') | npSQfSUR |
| random_string('numeric') | 28897281 |
| random_string('nozero') | 74788216 |
| random_string('numeric') | 18127858 |
| random_string('unique') | cb2656d8d9699cf5c5b1ab63f8943d82 |
| random_string('md5') | 184bd221094de404274d908eed318468 |
| random_string('encrypt') | d6a33239cd9928b78d913930eeb30729681d260d |
| random_string('sha1') | 0bc115a3a8350939f6ce3a14b6623942461ed0df |
| 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.0021 seconds)