Q: Which of the following PHP functions can be used for generating unique id
-
A
uniqueid()
-
B
id()
-
C
md5()
-
D
mdid()
A
Answer:
A
Explanation:
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.
Related Topic:
Share Above MCQ