| 구분 | 결과 |
|---|---|
| random_string() | |
| random_string() | RFvvlDE9 |
| random_string('alpha', 16) | ZDbiyZiAwoEpBcgr |
| random_string('alnum') | Zrm9pmIq |
| random_string('numeric') | 64609451 |
| random_string('nozero') | 72885518 |
| random_string('numeric') | 19482049 |
| random_string('unique') | 3a1a2854dd5c9e333f8a42daedaabcb5 |
| random_string('md5') | fe2f7653004d4fc708c6d3819399e0ba |
| random_string('encrypt') | 69157d4f7eb07905f1c92feed5344a8b0bda70a7 |
| random_string('sha1') | 76ef3dd7140d10438be5bf5f6564fc9d77f91015 |
| 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.0036 seconds)