microtime() issue

Status
Not open for further replies.

FranLsz

New Member
Messages
2
Reaction score
0
Points
1
Hi everyone.

I have and issue with microtime() php function

My index.php is :

<?php
echo "microtime value: " . microtime();
?>


If I execute the index.php in the browser and reload with F5, the number dont change, I must wait 5 real second to see the change on reload, so, the server updates the microtime value every 5s?.

Im using PHP 5.5 with Phalcon extension (the rest is on default config).

http://api7q9z.x10host.com (try yourself, load the page and press F5 several times).

Thanks, sorry for my bad english (im spanish).
 
Status
Not open for further replies.
Top