ExamVeda
Login
Home
This question belongs to PHP Functions
Functions
?

Which of the following PHP functions can be used for generating unique id’s?

Answer & Solution
Correct Answer: Option A
Many people use the md5() function for this, even though it’s not exactly meant for this purpose. uniqueid() is the function that is to be used.
Examveda
Question posted by Examveda
Community

Join the Discussion

1 Comment
CS VN
CS VN 6 years ago
uniqid() is true,
not uniqueid()