计算php运行时间(毫秒数)
$t1 = microtime(true);
//php script here
$t2 =
… $t1 = microtime(true);
//php script here
$t2 =
… DATE_FORMAT(date,format)date 参数是合法的日期。format 规定日期/时间的输出格式。 可以使用的格式有:
mktime(hour,minute,second,month,day,year,is_dst)…
function socket_post($url, $postdata=array(),…