svn: /phpdoc/ja/trunk/reference/filesystem/functions/ tempnam.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sun, 09 Feb 2020 23:39:25 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349192
Log:
Fix #79071: Undocumented truncation of tempnam() second parameter
Bug: https://bugs.php.net/79071 (Closed) Undocumented truncation of tempnam() second parameter
Changed paths:
U phpdoc/ja/trunk/reference/filesystem/functions/tempnam.xml
Modified: phpdoc/ja/trunk/reference/filesystem/functions/tempnam.xml
===================================================================
--- phpdoc/ja/trunk/reference/filesystem/functions/tempnam.xml 2020-02-09 14:25:30 UTC (rev 349191)
+++ phpdoc/ja/trunk/reference/filesystem/functions/tempnam.xml 2020-02-09 23:39:25 UTC (rev 349192)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347043 Maintainer: hirokawa Status: ready -->
-<!-- CREDITS: shimooka -->
+<!-- EN-Revision: 349191 Maintainer: hirokawa Status: ready -->
+<!-- CREDITS: shimooka,mumumu -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.tempnam">
<refnamediv>
<refname>tempnam</refname>
@@ -44,6 +44,7 @@
</para>
<note>
<simpara>
+ プレフィックスの最初の63文字のみを使用します。
Windows では、プレフィックスの最初の 3 文字のみを使用します。
</simpara>
</note>