bjori Sun Feb 4 16:14:18 2007 UTC
Modified files: /phpdoc/en/reference/filesystem/functions tempnam.xml Log: copy&paste typo # Thanks Sean :) http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/tempnam.xml?r1=1.12&r2=1.13&diff_format=u Index: phpdoc/en/reference/filesystem/functions/tempnam.xml diff -u phpdoc/en/reference/filesystem/functions/tempnam.xml:1.12 phpdoc/en/reference/filesystem/functions/tempnam.xml:1.13 --- phpdoc/en/reference/filesystem/functions/tempnam.xml:1.12 Sun Feb 4 13:49:49 2007 +++ phpdoc/en/reference/filesystem/functions/tempnam.xml Sun Feb 4 16:14:18 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.12 $ --> +<!-- $Revision: 1.13 $ --> <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 --> <refentry id="function.tempnam"> <refnamediv> @@ -14,7 +14,7 @@ <methodparam><type>string</type><parameter>prefix</parameter></methodparam> </methodsynopsis> <para> - 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, <function>tempnam</function> may generate a file in the system's temporary directory, and return the name of that.