구분 결과
random_string()
random_string() kovI8skm
random_string('alpha', 16) kilOGSgyVlxvIYYL
random_string('alnum') RVm3I2aP
random_string('numeric') 06782427
random_string('nozero') 25862825
random_string('numeric') 65943441
random_string('unique') 0cca7908a9ae6bad58b7741e6ca77d18
random_string('md5') 4cf428641b756f87b9a74b707f896871
random_string('encrypt') bc0a992ffd26cf7cce8330ab30ebec50ecabfa41
random_string('sha1') 186a120a1528d93a6b2cbb00a0d4ccc61cb67488
 
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.0137 seconds)