mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Clarify this phrase
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35318 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a435303ab2
commit
fdf08539a5
1 changed files with 4 additions and 4 deletions
|
@ -2421,10 +2421,10 @@ $tmpfname = tempnam ("/tmp", "FOO");
|
|||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
This Functions behaviour changed in 4.0.3, the temporary file is also
|
||||
created, this is due to the fact that before the returned string is not
|
||||
guaranteed to continue to be a uniqe temporary filename, whereas with
|
||||
the new behaviour it is.
|
||||
This Function's behaviour changed in 4.0.3, the temporary file is also
|
||||
created to avoid a race condition where the file might appear in the
|
||||
filesystem between the time the string was generated and before the
|
||||
the script gets around to creating the file.
|
||||
</simpara>
|
||||
</note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue