php中 now()与date() 有什么区别

php中没有now()

有time() 是显示当前时间戳,

date()是格式化时间戳,按照要求格式显示,

例如

echo date("Y-m-d H:i:s" time());  

 

posted @ 2014-04-07 13:46  thekingofreturn  阅读(1256)  评论(0编辑  收藏  举报