mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
4cd03138c5
commit
89edc808cc
1 changed files with 10 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue