Składnia PHP
$starttime = microtime();
$query = mysql_query("select * from table");
$endtime = microtime();
Następnie oblicz różnicę między $starttime a $endtime.
Składnia PHP
$starttime = microtime();
$query = mysql_query("select * from table");
$endtime = microtime();
Następnie oblicz różnicę między $starttime a $endtime.