| 구분 | 결과 |
|---|---|
| random_string() | |
| random_string() | xf5em4oz |
| random_string('alpha', 16) | rMWUPdOslaKIXhWX |
| random_string('alnum') | rvVTuqYq |
| random_string('numeric') | 84663409 |
| random_string('nozero') | 19195694 |
| random_string('numeric') | 18417182 |
| random_string('unique') | d0b83175b6a4e40422242ad02ecca65a |
| random_string('md5') | 94967b2a6569c28f9b5fe6ec548b9876 |
| random_string('encrypt') | 9cd5bd91eda22857fa353b3b01138916636b41e9 |
| random_string('sha1') | 0a1ab606d21b04d9ca0191cfb1fcce4aff19bdce |
| 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.0116 seconds)