Title1

Title2

Title3

3-2 uniqid() 隨機生成一個不重覆的 驗證碼

  1. md5(uniqid(rand(), true))
  2. substr(md5(uniqid(mt_rand(), 1)), 0, 8) 這個速度較快