Ben her kullanıcıya bir dizi için rasgele benzersiz bir kimlik ihtiyacı bir uygulama inşa ediyorum
MySQL veritabanı
ID Username
benim eşsiz rastgele kimliği için, bunu yapmak için en iyi yolu nedir?
PHP hile yapabilir, bir uniqid
a> işlevini sağlar, sanırım.
Bir tamsayı olsa, bir dize döndüren, ve değil unutmayın.
Another idea would be to generate / use some GUID -- there are some proposals about that in the user notes of the manual page of uniqid
.
MySQL UUID adında bir fonksiyon sağlar ():
http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html#function_uuid
Belgeler bu iddiaları:
A UUID is designed as a number that is globally unique in space and time. Two calls to UUID() are expected to generate two different values, even if these calls are performed on two separate computers that are not connected to each other.
Bu ihtiyaçlarınızı karşılamak gerekir.