$_SERVER['HTTPS'] (part of bug #17808)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194916 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-09-02 12:10:44 +00:00
parent 995edf29e1
commit 08ec4ad9f3

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.57 $ -->
<!-- $Revision: 1.58 $ -->
<appendix id="reserved">
<title>List of Reserved Words</title>
@ -551,6 +551,16 @@
</listitem>
</varlistentry>
<varlistentry>
<term>'<varname>HTTPS</varname>'</term>
<listitem>
<simpara>
Set to a non-empty value if the script was queried through the HTTPS
protocol.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>'<varname>REMOTE_ADDR</varname>'</term>
<listitem>