Examveda
Examveda

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

A. uniqueid()

B. id()

C. md5()

D. mdid()

Answer: Option A

Solution(By Examveda Team)

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.

This Question Belongs to PHP >> Functions

Join The Discussion

Comments ( 1 )

  1. CS VN
    CS VN :
    3 years ago

    uniqid() is true,
    not uniqueid()

Related Questions on Functions