|
Posted by Mathijs on 12/19/05 13:23
Zareef Ahmed wrote:
> Hi,
>
> use microtime function.
>
> Zareef Ahmed
>
> ----- Original Message -----
> From: "Mathijs" <m.v.veluw@smscity.nl>
> To: <php-general@lists.php.net>
> Sent: Monday, December 19, 2005 5:58 AM
> Subject: [PHP] How to get a unixtime with micro/mille seconds
>
>
>> 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?
>>
>> Thx in advanced.
>>
>> --
>> PHP General Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>>
>
>
>
> ====================================================
> PHP Expert Consultancy in Development http://www.indiaphp.com
> Yahoo! : consultant_php MSN : consultancy@indiaphp.com
Well i knew about microtime().
But i hoped i didn't had to use substr() to extract the unique numbers :).
But this will work also.
Anyway thx for the help.
Kind Regards,
Mathijs.
Navigation:
[Reply to this message]
|