구분 | 결과 |
---|---|
random_string() | |
random_string() | Fe0u0cDY |
random_string('alpha', 16) | OGlJOesePAOjIaQi |
random_string('alnum') | xqvVuCR5 |
random_string('numeric') | 20045495 |
random_string('nozero') | 56743411 |
random_string('numeric') | 11409370 |
random_string('unique') | 65f4e8bc917fa406b7759bced40292d0 |
random_string('md5') | 55591feacfee63f8d9f8c9cc35f8d2e6 |
random_string('encrypt') | 82bd7f306d023e35eba1bfba562130619b09604a |
random_string('sha1') | 36e0a604d91ed4ded5009897d26bb18a4169c9c7 |
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.0055 seconds)