diff --git a/reference/filesystem/functions/tempnam.xml b/reference/filesystem/functions/tempnam.xml index 4243618c0c..54f2978be3 100644 --- a/reference/filesystem/functions/tempnam.xml +++ b/reference/filesystem/functions/tempnam.xml @@ -1,5 +1,5 @@ - + @@ -29,6 +29,12 @@ points to exists. Consult your system documentation on the tempnam(3) function if in doubt. + + + If PHP cannot create a file in the specified dir + parameter, it falls back on the system default. + + Returns the new temporary filename, or the &false; string on failure.