SkaKri Posted August 6, 2005 Report Share Posted August 6, 2005 umm, kā uzveidot to - ka lapā uzrādās ielādes laiks? Link to comment Share on other sites More sharing options...
Kristabs Posted August 6, 2005 Report Share Posted August 6, 2005 umm, kā uzveidot to - ka lapā uzrādās ielādes laiks? 20403[/snapback] http://us2.php.net/manual/en/function.microtime.php <?php $time_start = microtime(true); // Sleep for a while usleep(100); $time_end = microtime(true); $time = $time_end - $time_start; echo "Did nothing in $time seconds\n"; ?> Link to comment Share on other sites More sharing options...
SkaKri Posted August 6, 2005 Author Report Share Posted August 6, 2005 danke! :D Link to comment Share on other sites More sharing options...
Ugga Posted August 8, 2005 Report Share Posted August 8, 2005 nafiga man ar shito katraa desmitajaa paraadaas negatiivs skaitlis? Link to comment Share on other sites More sharing options...
bubu Posted August 8, 2005 Report Share Posted August 8, 2005 Tāpēc, ka lieto php4, kuram microtime neatgriež floatu, bet stringu atdalītu ar atstarpi. Ja lieto php5, tad der iepriekšējais piemērs, ja lieto php4, tad jāraksta šādi: $time_start = array_sum(explode(' ', microtime())); (tas pats arī ar $time_end) Link to comment Share on other sites More sharing options...
Ugga Posted August 9, 2005 Report Share Posted August 9, 2005 paldiez :o ;) Link to comment Share on other sites More sharing options...
Ugga Posted August 9, 2005 Report Share Posted August 9, 2005 ha bet kas tas par sviestu? <?php $time_start = array_sum(explode(' ', microtime())); ?> bla bla bla <?php $time_end = microtime(true); $time = $time_end - $time_start; //$time = round($time,3); echo "<div class=small_w>Lapa ielādēta $time sekundēs.</div>\n"; ?> Lapa ielādēta -1123584162.603 sekundēs. :blink: Link to comment Share on other sites More sharing options...
bubu Posted August 9, 2005 Report Share Posted August 9, 2005 (edited) Nu laiki jau pienākuši, sevi jāsāk quotēt... ;) ...(tas pats arī ar $time_end) 20490[/snapback] Edited August 9, 2005 by bubu Link to comment Share on other sites More sharing options...
Ugga Posted August 10, 2005 Report Share Posted August 10, 2005 o shit :P atzistos :) Link to comment Share on other sites More sharing options...
Recommended Posts