2013-06-13から1日間の記事一覧

ユニークなIDを生成

ユニークなIDをつくる時のメモ PHPでユニークなIDを生成 $id = md5(uniqid(rand(),1)); 参考 PHPでユニークなIDを生成する:uniqid()