如何使用PHP获取当前日期和时间


How can I get the current date and time using PHP

本问题已经有最佳答案,请猛点这里访问。

Possible Duplicate:
Get current date and time in PHP

我想知道如何使用PHP获取当前日期和时间。


1
2
echo time();
echo date('Y-m-d H:i:s');

http://net/手册/恩/ ref.datetime.php


日期()命令(AS内的所有deceze)可以做上面的

是一个快速参考:http://www.wdvl.com /创作/语言/日期/时间/ _ PHP