From 0ddcc7aa12f73e67feade6957af60298a20d7c16 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 13 Oct 2005 12:56:29 +0000 Subject: [PATCH] Mention REQUEST_TIME (bug #34713) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198349 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/date.xml | 8 +++++++- reference/datetime/functions/time.xml | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/reference/datetime/functions/date.xml b/reference/datetime/functions/date.xml index 75b2464a91..ba55f370b7 100644 --- a/reference/datetime/functions/date.xml +++ b/reference/datetime/functions/date.xml @@ -1,5 +1,5 @@ - + @@ -27,6 +27,12 @@ parameter. + + + Timestamp of the start of the request is available in + $_SERVER['REQUEST_TIME'] since PHP 5.1. + + The valid range of a timestamp is typically from Fri, 13 Dec diff --git a/reference/datetime/functions/time.xml b/reference/datetime/functions/time.xml index 0aafe2f55b..ff21054ad8 100644 --- a/reference/datetime/functions/time.xml +++ b/reference/datetime/functions/time.xml @@ -1,5 +1,5 @@ - + @@ -16,6 +16,12 @@ Returns the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT). + + + Timestamp of the start of the request is available in + $_SERVER['REQUEST_TIME'] since PHP 5.1. + + <function>time</function> example