A.john@php.net B."JohnCoggeshall" C.joe@example.com D.jean-cóggeshall@php.net E.john
A.取決于你所在時區(qū)與GMT時區(qū)的時間差 B.沒有差別 C.只當你也在GMT時區(qū)時才會相同 D.永遠不會相同 E.以上都不對
A.$time=implode(’’,microtime()); B.$time=explode(’’,microtime());$time=$time[0]+$time[1]; C.$time=microtime()+microtime(); D.$time=array_sum(explode(’’,microtime())); E.以上都不對