reference/info/functions/putenv.xml
0c9c2dd669fe9395eaa73d487fbd160f9057429a
...
...
@@ -10,10 +10,10 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>putenv</methodname>
13
-
<methodparam><type>string</type><parameter>setting</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>assignment</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
-
Adds <parameter>setting</parameter> to the server environment. The
16
+
Adds <parameter>assignment</parameter> to the server environment. The
17
17
environment variable will only exist for the duration of the current
18
18
request. At the end of the request the environment is restored to its
19
19
original state.
...
...
@@ -25,7 +25,7 @@
25
25
<para>
26
26
<variablelist>
27
27
<varlistentry>
28
-
<term><parameter>setting</parameter></term>
28
+
<term><parameter>assignment</parameter></term>
29
29
<listitem>
30
30
<para>
31
31
The setting, like <literal>"FOO=BAR"</literal>
...
...
@@ -70,7 +70,6 @@ putenv("UNIQID=$uniqid");
70
70
</refsect1>
71
71

72
72
</refentry>
73
-

74
73
<!-- Keep this comment at the end of the file
75
74
Local variables:
76
75
mode: sgml
77
76