From fa528147a62e8fcc459a499e6593ae6a797958cc Mon Sep 17 00:00:00 2001 From: Tom Sommer Date: Sat, 28 Aug 2004 14:54:16 +0000 Subject: [PATCH] Bug #29876 - Very minor inaccuracy in the doc for tempnam() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167483 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 e31b9f562a..5e268c8c45 100644 --- a/reference/filesystem/functions/tempnam.xml +++ b/reference/filesystem/functions/tempnam.xml @@ -1,5 +1,5 @@ - + @@ -36,7 +36,7 @@ - Returns the new temporary filename, or the &false; string on + Returns the new temporary filename, or &false; on failure. <function>tempnam</function> example