svn: /phpdoc/ja/trunk/reference/spl/filesystemiterator/ construct.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Wed, 18 Nov 2020 22:14:08 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351432
Log:
Fix #60776: FilesystemIterator always uses SPL_FILE_DIR_SKIPDOTS
Bug: https://bugs.php.net/60776 (error getting bug information)
Changed paths:
U phpdoc/ja/trunk/reference/spl/filesystemiterator/construct.xml
Modified: phpdoc/ja/trunk/reference/spl/filesystemiterator/construct.xml
===================================================================
--- phpdoc/ja/trunk/reference/spl/filesystemiterator/construct.xml 2020-11-18 22:11:59 UTC (rev 351431)
+++ phpdoc/ja/trunk/reference/spl/filesystemiterator/construct.xml 2020-11-18 22:14:08 UTC (rev 351432)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 321901 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351423 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="filesystemiterator.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -41,6 +42,11 @@
フラグの一覧は <link linkend="filesystemiterator.constants">FilesystemIterator の定義済み定数</link>
を参照ください。これは、あとで <methodname>FilesystemIterator::setFlags</methodname> で設定することもできます。
</para>
+ <note>
+ <para>
+ <constant>FilesystemIterator::SKIP_DOTS</constant> は常に設定されるため、削除できません。
+ </para>
+ </note>
</listitem>
</varlistentry>
</variablelist>