$starttime = microtime(true);
//Do your query and stuff here
$endtime = microtime(true);
$duration = $endtime - $starttime; //calculates total time taken
नोट कि यह आपको सेकंड . में रन टाइम देगा (माइक्रोसेकंड नहीं) get_as_float
. के कारण निकटतम माइक्रोसेकंड तक पैरामीटर सत्य है। देखें यह