Posted by Richard Heyes on 12/19/05 13:01
Mathijs wrote:
> Hello,
>
> 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?
http://php.net/microtime
--
Richard Heyes
http://www.phpguru.org
[Back to original message]
|