memo.xight.org

/ / memo.xight.org

2006-08-01

microtime - 現在のUnixタイムスタンプをマイクロ秒まで返す関数

- Summary
// PHP 5の動作を模擬する簡単な関数
function microtime_float()
{
	list($usec, $sec) = explode(" ", microtime());
	return ((float)$usec + (float)$sec);
}


- Reference
microtime
http://php.s3.to/man/function.microtime.html
カテゴリ: [PHP]
2006-08 /

Color Reference

ChangeLogを検索
携帯電話からアクセス!

カテゴリ

最近の話題

リンク

過去ログ

Google

QR Code

Since
2002-11-28
Update
2008-12-02 10:52
Copyright © 2005 xight.org All Rights Reserved.