correcting doc issue #11645

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50265 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Beckham 2001-06-27 06:53:54 +00:00
parent 3f1fce0616
commit bf4a4681e2

View file

@ -2609,12 +2609,13 @@ $real_path = realpath ("../../index.php");
generate a filename in the system's temporary directory.
</para>
<para>
The behaviour of the <function>tempnam</function> function is
system dependent. On Windows the TMP environment variable will
override the <parameter>dir</parameter> parameter, on Linux the
TMPDIR environment variable has precedence, while SVR4 will always
use your <parameter>dir</parameter> parameter if the directory it
points to exists. Consult your system documentation on the
Prior to PHP 4.0.6, the behaviour of the
<function>tempnam</function> function was system dependent. On
Windows the TMP environment variable will override the
<parameter>dir</parameter> parameter, on Linux the TMPDIR
environment variable has precedence, while SVR4 will always use
your <parameter>dir</parameter> parameter if the directory it
points to exists. Consult your system documentation on the
tempnam(3) function if in doubt.
</para>
<para>