Which of the following PHP functions can be used for generating unique id’s?
A
uniqueid()
B
id()
C
md5()
D
mdid()
Correct Answer: uniqueid()
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.