Hi there!

What's the best way to create uids (unique ids) even when runnig at
exactly same time (microseconds)?

is this enough ???

$r = mt_rand();
$uid = uniqid(getmypid() . $r);

thanks

Jan



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to