tomsommer Sat Aug 28 10:54:16 2004 EDT
Modified files: /phpdoc/en/reference/filesystem/functions tempnam.xml Log: Bug #29876 - Very minor inaccuracy in the doc for tempnam() http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/tempnam.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/filesystem/functions/tempnam.xml diff -u phpdoc/en/reference/filesystem/functions/tempnam.xml:1.6 phpdoc/en/reference/filesystem/functions/tempnam.xml:1.7 --- phpdoc/en/reference/filesystem/functions/tempnam.xml:1.6 Mon Dec 15 11:49:45 2003 +++ phpdoc/en/reference/filesystem/functions/tempnam.xml Sat Aug 28 10:54:16 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 --> <refentry id="function.tempnam"> <refnamediv> @@ -36,7 +36,7 @@ </simpara> </note> <para> - Returns the new temporary filename, or the &false; string on + Returns the new temporary filename, or &false; on failure. <example> <title><function>tempnam</function> example</title>