Patch doc-55804 for Filesystem function related Bug #55804
Patch version 2015-04-18 00:33 UTC
Return to Bug #55804 |
Download this patch
Patch Revisions:
Developer: cmb@php.net
Index: en/reference/filesystem/functions/tempnam.xml
===================================================================
--- en/reference/filesystem/functions/tempnam.xml (revision 336570)
+++ en/reference/filesystem/functions/tempnam.xml (working copy)
@@ -15,7 +15,7 @@
</methodsynopsis>
<para>
Creates a file with a unique filename, with access permission set to 0600, in the specified directory.
- If the directory does not exist, <function>tempnam</function> may
+ If the directory does not exist or is not writable, <function>tempnam</function> may
generate a file in the system's temporary directory, and return
the full path to that file, including its name.
</para>
|