구분 결과
random_string()
random_string() w8RJjkwc
random_string('alpha', 16) fqhoXjHyUfgDRroD
random_string('alnum') K9M06gUZ
random_string('numeric') 35983871
random_string('nozero') 49691281
random_string('numeric') 90679527
random_string('unique') ff9c77a0b0d0fb7b6b7ad24162d69424
random_string('md5') c69a45fbae61f6d5b08a720614030832
random_string('encrypt') 64d3840a4a21e52112af849ad32a7fe7a3ef3fed
random_string('sha1') 3cd42e8a7fbe9b521e15989da25b710c3cf2d150
 
increment_string() Array ( [0] => file_1 [1] => file_2 [2] => file_3 [3] => file_4 [4] => file_5 )
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.0118 seconds)