gt; }
>
> Or look in the http://www.php.net/manual/en/function.microtime.php for
> examples.
>
> -----Original Message-
> From: Rosen [mailto:[EMAIL PROTECTED]]
> Sent: August 31, 2001 3:29 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Problem with microtime()
>
>
> H
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, August 31, 2001 10:42 AM
Subject: RE: [PHP] Problem with microtime()
>
> You are casting microtimes results as an integer value. It isn't an integer
> valu
$m = $j *3;
}
Or look in the http://www.php.net/manual/en/function.microtime.php for
examples.
-Original Message-
From: Rosen [mailto:[EMAIL PROTECTED]]
Sent: August 31, 2001 3:29 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Problem with microtime()
Hi,
I'm using the following code:
for ($i = 0;
Hi,
I'm using the following code:
for ($i = 0; $i < 100; $i++) {
$k = (int) microtime();
echo "$k";
for ($j = 0; $j < 1; $j++)
$m = $j *3;
}
but it prints me only "0.."
Where can be problem ?
Thanks,
Rosen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe
4 matches
Mail list logo