add RESQUEST_TIME

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171317 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2004-10-26 16:04:37 +00:00
parent 4cd03138c5
commit 89edc808cc

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.49 $ -->
<!-- $Revision: 1.50 $ -->
<appendix id="reserved">
<title>List of Reserved Words</title>
@ -426,6 +426,15 @@
</listitem>
</varlistentry>
<varlistentry>
<term>'<varname>REQUEST_TIME</varname>'</term>
<listitem>
<simpara>
The timestamp of the start of the request. Avaliable since PHP 5.1.0.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>'<varname>QUERY_STRING</varname>'</term>
<listitem>