Mathijs wrote:
I Want to have a unique time stamp.
And for this i want to use the normal timestamp but it is possible that the seconds are the same, so i want to add the micro/milli seconds to the end of it.

So when i have something like this as unixtime "1134989511"
It wil be "113498951100" or even "11349895110000".
Where 00(00) will be the micro/milli time.

Is there a simple way to get this?

Heh, you were so close to it :]

http://www.php.net/microtime

bye,
N::

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

Reply via email to