구분 결과
random_string()
random_string() QocN0Rqx
random_string('alpha', 16) PWjNeflggXWriUSC
random_string('alnum') 5H1FSz1Y
random_string('numeric') 54705608
random_string('nozero') 53323454
random_string('numeric') 02094904
random_string('unique') ff6d75c7c9254d519bf1845efd9a6087
random_string('md5') be434c7ea92eed3fe54e95b7ffa433ba
random_string('encrypt') 85a1bef391d20e667b3f3b7d22fd65e3b8081dac
random_string('sha1') 4312d414196e38feba2b20cc98f55520c5cab4c2
 
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.0039 seconds)