git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166989 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dave Barr 2004-08-22 10:57:39 +00:00
parent a73260d1d7
commit 0943b25050

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/apache.xml, last change in rev 1.7 -->
<refentry id="function.apache-setenv">
<refnamediv>
@ -37,7 +37,7 @@ apache_setenv("EXAMPLE_VAR", "Example Value");
</example>
<para>
<function>apache_setenv</function> can be paired up with
<function>apache_getenv</function> across seperate pages or for setting
<function>apache_getenv</function> across separate pages or for setting
variables to pass to Server Side Includes (.shtml) that have been
included in PHP scripts.
</para>