タイムスタンプ(ミリ秒)を返します。
TimerInit ( )
パラメータ
返し値
注意
関連
例
$begin = TimerInit() sleep(3000) $dif = TimerDiff($begin) MsgBox(0,"Time Difference",$dif)