| 구분 | 결과 |
|---|---|
| random_string() | |
| random_string() | ucIh7tR1 |
| random_string('alpha', 16) | yNIYVtikdJdNrqpN |
| random_string('alnum') | ntKXdh5c |
| random_string('numeric') | 25364573 |
| random_string('nozero') | 44565561 |
| random_string('numeric') | 82023617 |
| random_string('unique') | 5e85ae8e092b568d8c5da93bb542de09 |
| random_string('md5') | 9eec2d93c44080de1bd03e168bd30201 |
| random_string('encrypt') | 4279b029044b42e94829a247413a7edba41299f3 |
| random_string('sha1') | 730776a2492520bc66d3edeaaaa0990de60ab087 |
| 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.0022 seconds)