구분 | 결과 |
---|---|
random_string() | |
random_string() | h2Qe2x2o |
random_string('alpha', 16) | COxeRRcdlCtTfLSB |
random_string('alnum') | WiMxhnl2 |
random_string('numeric') | 01277507 |
random_string('nozero') | 53551986 |
random_string('numeric') | 82164860 |
random_string('unique') | e475b9806a35de2bac1d05da5209ebe9 |
random_string('md5') | 5418216f99eb01aad7762ab660536af7 |
random_string('encrypt') | 40070f51edf2f43d0365a442b8b24fa8d106e05d |
random_string('sha1') | cc25a1b08e69a9dc1d9c0ef436713e2f4c0eabe5 |
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.0039 seconds)