구분 결과
random_string()
random_string() xhwzvo6x
random_string('alpha', 16) zKhNLatrWbgvAvoz
random_string('alnum') Q64AAxCe
random_string('numeric') 63579833
random_string('nozero') 91759299
random_string('numeric') 64220918
random_string('unique') d896ec769adcacf37409a0e8c9407594
random_string('md5') 00c65a68f367ee87546b047b8160eaee
random_string('encrypt') 24c0139799d455a5b21f91fab8c706f56f15a50a
random_string('sha1') 6e6b5db459525c4e2211de17591046e068e660b7
 
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.0032 seconds)