... uniqid(rand(), true)). Otherwise (given you have already determined a unique login for your user): md5(uniqid($your_user_login, true)). Ref ...
確定! 回上一頁