rise
PHP/str_shuffle()
解説
文字列をシャッフル
sample1
4u9dt6v83siobljrm5
sample1code
echo substr(str_shuffle('1234567890abcdefghijklmnopqrstuvwxyz'), 0, 18);