uniqid,md5,microtime

<?php
header("content-type:text/html;charset=utf-8");

$str = uniqid(md5(microtime(true)),true);
echo $str;

echo "<br/>";

$str1 = uniqid(md5(microtime(true)));
echo $str1;

?>

 

posted @ 2016-01-13 09:59  侠岚之弋痕夕  阅读(293)  评论(0)    收藏  举报
Where is the starting point, we don't have a choice, but the destination where we can pursue!