구분 | 결과 |
---|---|
random_string() | |
random_string() | tI1DvDOe |
random_string('alpha', 16) | KjvzzHocLqRcoegz |
random_string('alnum') | IMqJtEaB |
random_string('numeric') | 08947709 |
random_string('nozero') | 76888735 |
random_string('numeric') | 27604653 |
random_string('unique') | 6651cb8693e38eb781168a93ab0114cb |
random_string('md5') | 3462e479bd7870f2195629644995e0f0 |
random_string('encrypt') | 5fe8d32bd8ea5f43315e56c44e9bdcbdd981f145 |
random_string('sha1') | 8d1c58b4f6afc98fa18b94ba930c9aa888d24273 |
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.0017 seconds)