구분 결과
random_string()
random_string() L5j8WOV9
random_string('alpha', 16) TWNqIPxwcpPhHfmu
random_string('alnum') oDxg1uRO
random_string('numeric') 58857503
random_string('nozero') 47441566
random_string('numeric') 78870915
random_string('unique') 54127a98bd2d5b1c866df6bf2dbf47d0
random_string('md5') cf34dffa11366cf4ae3e802abdb493e8
random_string('encrypt') 112e49e5c3bda69a2b87a9a62929fa1a596fb184
random_string('sha1') e2d960af89cb0a0b5656b329d55a089947c8de8d
 
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.0038 seconds)