摘要:<?php class timer { var $StartTime = 0; var $StopTime = 0; function get_microtime() { list($usec, $sec) = explode(' ', microtime()); return ((float)$usec + (float)$sec); } function start() ...
阅读全文
posted @ 2007-04-12 09:08
浙公网安备 33010602011771号