구분 | 결과 |
---|---|
random_string() | |
random_string() | limePSWC |
random_string('alpha', 16) | aERzXEPGWkRuwyQV |
random_string('alnum') | FYBqcL8Q |
random_string('numeric') | 40840602 |
random_string('nozero') | 82955878 |
random_string('numeric') | 51737977 |
random_string('unique') | 71570b1f2ff5a9082077fa1a34d13c4e |
random_string('md5') | 9d6059236b8fd950d1f29ed8ec36ff32 |
random_string('encrypt') | 1b8de47d146505f991c9119cbf1997f19ed3fae1 |
random_string('sha1') | ea661e9f8be00a1a218ba1c34d4290fb69fbf304 |
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.0043 seconds)