Sintaks PHP
$starttime = microtime();
$query = mysql_query("select * from table");
$endtime = microtime();
Kemudian hitung selisih antara $starttime dan $endtime.
Sintaks PHP
$starttime = microtime();
$query = mysql_query("select * from table");
$endtime = microtime();
Kemudian hitung selisih antara $starttime dan $endtime.