| 구분 | 결과 |
|---|---|
| random_string() | |
| random_string() | RHUVZV5A |
| random_string('alpha', 16) | knvIcWFPBuGZHbXF |
| random_string('alnum') | kpBTUdXY |
| random_string('numeric') | 31862199 |
| random_string('nozero') | 83935194 |
| random_string('numeric') | 02287388 |
| random_string('unique') | c8da6ed334891f7f0ace71c3ce5f6676 |
| random_string('md5') | 6b485e753cedc251e59b84bb4ad9c9b3 |
| random_string('encrypt') | e591c2b49b1e3a7953d612b55026d73bf15ef876 |
| random_string('sha1') | 38f06cf61437f7b39ef4579db4b1e1aedca09c6d |
| 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.0034 seconds)