<?php php
$runtime_start = microtime(true); //程序開始處 ide
$runtime_stop = microtime(true); //程序結尾處 spa
echo "耗時: ".round($runtime_stop-$runtime_start,6)." second(s)"; orm