mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
minor typos and some tag changes in tmpfile
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30697 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1aeaf85594
commit
a1388f77ed
1 changed files with 4 additions and 3 deletions
|
@ -2283,14 +2283,15 @@ $tmpfname = tempnam ("/tmp", "FOO");
|
|||
</funcsynopsis>
|
||||
<para>
|
||||
Creates a temporary file with an unique name in write mode,
|
||||
returning a file handle, similar to the one returned by
|
||||
returning a file handle similar to the one returned by
|
||||
<function>fopen</function>
|
||||
The file is automatically removed when closed (using
|
||||
<function>fclose</function>), or when the script ends.
|
||||
</para>
|
||||
<para>
|
||||
For details, consult your system documentation on the tmpfile(3)
|
||||
function, as well as the <literal>stdio.h</literal> header file.
|
||||
For details, consult your system documentation on the
|
||||
<literal>tmpfile(3)</literal> function, as well as the
|
||||
<filename>stdio.h</filename> header file.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>tempnam</function>.
|
||||
|
|
Loading…
Reference in a new issue