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