mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Deals with bug #31591, and seealso Superglobals/getenv
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177581 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0ab5f30df2
commit
14865a8700
1 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.apache-getenv">
|
||||
<refnamediv>
|
||||
<refname>apache_getenv</refname>
|
||||
|
@ -17,6 +17,12 @@
|
|||
environment variable specified by <parameter>variable</parameter>, or
|
||||
&false; on failure.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
<function>apache_getenv</function> is only defined when using
|
||||
Apache 2.
|
||||
</para>
|
||||
</note>
|
||||
<example>
|
||||
<title><function>apache_getenv</function> example</title>
|
||||
<programlisting role="php">
|
||||
|
@ -33,7 +39,9 @@ echo $ret;
|
|||
</para>
|
||||
</example>
|
||||
<para>
|
||||
See also <function>apache_setenv</function>.
|
||||
See also <function>apache_setenv</function>,
|
||||
<function>getenv</function>&listendand;
|
||||
<link linkend="language.variables.superglobals">Superglobals</link>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue