Example: php time a script //place this before any script you want to calculate time $time_start = microtime(true); //sample script for($i=0; $i<1000; ...
確定! 回上一頁