| 구분 | 결과 |
|---|---|
| random_string() | |
| random_string() | KZgkDj2f |
| random_string('alpha', 16) | cjXnBqlzqznVdcjN |
| random_string('alnum') | LWlTqnMC |
| random_string('numeric') | 48754381 |
| random_string('nozero') | 14679152 |
| random_string('numeric') | 66696756 |
| random_string('unique') | 85bd5a9fd7e030699fd9a6702e432d2a |
| random_string('md5') | ec170910ee3d40dc453efe85daf46930 |
| random_string('encrypt') | dfac96ad7a1ba3b81e93b5a4e07b4ad3b7d8f749 |
| random_string('sha1') | 86c17beafc175c0915cf8d6a5a245c4f52ce972c |
| 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.0048 seconds)