mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
$_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:
parent
995edf29e1
commit
08ec4ad9f3
1 changed files with 11 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue