搞定PHP时间

Log*_*gan 0 php time

我到处寻找答案,但我无法解决这个问题:

if(time() > 1345219200) {
do something
} 
Run Code Online (Sandbox Code Playgroud)

那个什么时候会的?我无法理解它

abh*_*kdz 7

time() 是指当前时间,和

1345219200 是指 Fri Aug 17 17:00:00 BST 2012

PHP手册页:日期,时间.