구분 | 결과 |
---|---|
random_string() | |
random_string() | gQW58xR3 |
random_string('alpha', 16) | PScmhrJIjIMMOItY |
random_string('alnum') | pn7iu4J6 |
random_string('numeric') | 12048235 |
random_string('nozero') | 34279461 |
random_string('numeric') | 82934883 |
random_string('unique') | c76883fa27a8c05fdd2e189a13d3a576 |
random_string('md5') | 6ffd9470e9d37229abeb50b81d777878 |
random_string('encrypt') | e214e9511e39befcb1bb40a1052097cebef320be |
random_string('sha1') | fc907fe947b6d79cab6c0c939317a69f4a80f1e6 |
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.0065 seconds)