What does REQUEST_TIME mean in PHP?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Is it the time when I click the send button on my HTML form, or the time when it arrives to the server? <?php echo $_SERVER['REQUEST_TIME']; ?> Edit: I have already read the manual, Googled other sources - including SO. The clearest definition I've found is still ambigous to me, as I don't know what the start of the request means exactly in the definition below. 'REQUEST_TIME' The timestamp of the start of the request . Available since PHP 5.1.0. http://php.net/manual/en/reserved.variables.server.php It could mean the moment when the request