From 3efa1e2f15dc68cd8006132859a9d9832e162f73 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 4 Feb 2007 16:14:18 +0000 Subject: [PATCH] copy&paste typo # Thanks Sean :) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228971 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/tempnam.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/tempnam.xml b/reference/filesystem/functions/tempnam.xml index 3ce0441301..5a5fec7b3e 100644 --- a/reference/filesystem/functions/tempnam.xml +++ b/reference/filesystem/functions/tempnam.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ stringprefix - Creates a file with a unique filename, with access permission set to 0644, in the specified directory. + Creates a file with a unique filename, with access permission set to 0600, in the specified directory. If the directory does not exist, tempnam may generate a file in the system's temporary directory, and return the name of that.