コードをコピーします コードは次のとおりです:
/**
* プログラムの実行時間
*
* @return int Unit ms
*/
functionexecute_time() {
$stime =explode ( ' ', SYS_START_TIME );
$etime =explode ( ' , microtime ( ) );
returnnumber_format ((($etime [1] + $etime [0] - $stime [1] - $stime [0]), 6 );
}
http://www.bkjia.com/PHPjc/313685.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/313685.html技術記事次のようにコードをコピーします。 /*** プログラム実行時間 * * @return int Unit ms*/ functionexecute_time() { $stime =explode ( ' ', $etime =explode ( ' ', microtim...
);