Generate Unique Id


Definition

This unique ID based on the microtime (the current time in microseconds).

Unique ID generated here does not guarantee uniqueness of the value! To generate an extremely difficult to predict ID, use the md5() function.


External Links
  • More information about uniqid (w3schools)