구분 결과
random_string()
random_string() Ov79DcQX
random_string('alpha', 16) tmEPDAEAarnDLLMC
random_string('alnum') uWkVxBG5
random_string('numeric') 64235007
random_string('nozero') 71855553
random_string('numeric') 66799024
random_string('unique') 2e710e9689e8577a62001e2409bdf6d1
random_string('md5') 471d9aef848763679853449551410fe2
random_string('encrypt') 481e4d3bb1a4d526dac20035b87834de92cb3f3a
random_string('sha1') e9b96a11fed87b9a7e87c06ee54fccba5220ab38
 
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.0050 seconds)