PHP/str_shuffle()

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