PHP uniqid() Function

The uniqid() function is use to generate a unique ID based on time.

Demo :



Type No :  

Example :

Type No: 100

If you need to uniq id numbers following code useful to you.


<?php
 $uniq_number = 100;
 $result = uniqid($uniq_number);
 echo $result;
?>

In the uniqid() functions have used two parameters that name is [string prefix],bool more entropy.

Free Download Script :

If you need uniqid() function demo code download from following link.

Download




Content