구분 | 결과 |
---|---|
random_string() | |
random_string() | tx6Jemyp |
random_string('alpha', 16) | yAtBNEAAswKnKSTq |
random_string('alnum') | 37IAKg0R |
random_string('numeric') | 83759475 |
random_string('nozero') | 29571479 |
random_string('numeric') | 78175132 |
random_string('unique') | 3494ea19d42b84953f1a663029755f8c |
random_string('md5') | 35926fb47d761f68f76ee89ee15d56ef |
random_string('encrypt') | 91df59a8059767f28a703ec5115a15db0dd2292d |
random_string('sha1') | 696902d0221ba6eb8655cd478890e905c6500a55 |
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.0015 seconds)