Skip to content

Commit 75e607a

Browse files
author
Yoshinari Takaoka
committed
GLOB_MARK adds a *back*slash on Windows
This integrates user note 125311. git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350431 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent 05ff8e3 commit 75e607a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/filesystem/functions/glob.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 74a2325f95977060dbf343bf209d7a8711e20cf8 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 1a6fa40dedc2a0835ea82790904d04c21b7b30a1 Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: shimooka,mumumu -->
55
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.glob">
66
<refnamediv>
@@ -71,7 +71,7 @@
7171
<itemizedlist>
7272
<listitem>
7373
<simpara>
74-
<constant>GLOB_MARK</constant> - 各ディレクトリにスラッシュを追加します
74+
<constant>GLOB_MARK</constant> - 各ディレクトリにスラッシュ (Windows ではバックスラッシュ) を追加します
7575
</simpara>
7676
</listitem>
7777
<listitem>

0 commit comments

Comments
 (0)