PHP/str_shuffle()

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