분류 php

md5 and uniqid

컨텐츠 정보

  • 조회 1,389 (작성일 )

본문

<?

$id = md5(uniqid(rand()));

echo "$id";

 

?> 

php