php 計算運行時間

很是簡單,記錄一下:php $t1 = microtime(true); //php script here $t2 = microtime(true); echo (($t2-$1)*1000).'ms';
相關文章
相關標籤/搜索