Discussion :: PHP - CS
- Which of the following PHP functions can be used for generating unique id’s?
Answer : Option 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.
Be The First To Comment