svn: /phpdoc/ja/trunk/reference/filesystem/functions/ glob.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Thu, 06 Feb 2020 23:16:39 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349155
Log:
Remove the incorrect pattern "..." in glob()
Patch by colshrapnel.
Changed paths:
U phpdoc/ja/trunk/reference/filesystem/functions/glob.xml
Modified: phpdoc/ja/trunk/reference/filesystem/functions/glob.xml
===================================================================
--- phpdoc/ja/trunk/reference/filesystem/functions/glob.xml 2020-02-06 19:02:47 UTC (rev 349154)
+++ phpdoc/ja/trunk/reference/filesystem/functions/glob.xml 2020-02-06 23:16:39 UTC (rev 349155)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 348336 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349153 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: shimooka,mumumu -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.glob">
<refnamediv>
@@ -55,11 +55,6 @@
</listitem>
<listitem>
<simpara>
- <literal>...</literal> - 全てのサブディレクトリに再帰的にマッチします。
- </simpara>
- </listitem>
- <listitem>
- <simpara>
<literal>\</literal> - 次に来る文字をエスケープします。
但し、<constant>GLOB_NOESCAPE</constant> が使われている場合は除きます。
</simpara>