구분 결과
random_string()
random_string() br53sKSb
random_string('alpha', 16) yAgcPSqeYyuwzDoS
random_string('alnum') AMRgROpz
random_string('numeric') 77792259
random_string('nozero') 84466452
random_string('numeric') 97019021
random_string('unique') b7218e75c4f706457cad6855cd47be7c
random_string('md5') 3f68edcd3142875f457b47dec5e21dfa
random_string('encrypt') dfd69de777c027e147c4228b6903bdee9117a915
random_string('sha1') cc7b74293b4c8487db87be63b47fb6483b3a941a
 
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.0104 seconds)