Makrotime PhPH
$time = microtime(true) - $_SERVER["REQUEST_TIME_FLOAT"];
echo "Actions took $time seconds up until this point\n";
G. Bazz
$time = microtime(true) - $_SERVER["REQUEST_TIME_FLOAT"];
echo "Actions took $time seconds up until this point\n";