reference/dir/constants.xml
a0ae28d3bc85f927c22649ebd9a590b921534b7d
...
...
@@ -1,10 +1,9 @@
1
-
<?xml version='1.0' encoding="utf-8"?>
1
+
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3
<appendix xml:id="dir.constants" xmlns="http://docbook.org/ns/docbook">
4
4
&reftitle.constants;
5
-
&extension.constants;
6
5
<variablelist>
7
-
<varlistentry>
6
+
<varlistentry xml:id="constant.directory-separator">
8
7
<term>
9
8
<constant>DIRECTORY_SEPARATOR</constant>
10
9
(<type>string</type>)
...
...
@@ -15,23 +14,51 @@
15
14
</simpara>
16
15
</listitem>
17
16
</varlistentry>
18
-
<varlistentry>
17
+
<varlistentry xml:id="constant.path-separator">
19
18
<term>
20
19
<constant>PATH_SEPARATOR</constant>
21
20
(<type>string</type>)
22
21
</term>
23
22
<listitem>
24
23
<simpara>
24
+
Semicolon on Windows, colon otherwise.
25
+
</simpara>
26
+
</listitem>
27
+
</varlistentry>
28
+
<varlistentry xml:id="constant.scandir-sort-ascending">
29
+
<term>
30
+
<constant>SCANDIR_SORT_ASCENDING</constant>
31
+
(<type>int</type>)
32
+
</term>
33
+
<listitem>
34
+
<simpara>
35
+

36
+
</simpara>
37
+
</listitem>
38
+
</varlistentry>
39
+
<varlistentry xml:id="constant.scandir-sort-descending">
40
+
<term>
41
+
<constant>SCANDIR_SORT_DESCENDING</constant>
42
+
(<type>int</type>)
43
+
</term>
44
+
<listitem>
45
+
<simpara>
46
+

47
+
</simpara>
48
+
</listitem>
49
+
</varlistentry>
50
+
<varlistentry xml:id="constant.scandir-sort-none">
51
+
<term>
52
+
<constant>SCANDIR_SORT_NONE</constant>
53
+
(<type>int</type>)
54
+
</term>
55
+
<listitem>
56
+
<simpara>
25
57

26
58
</simpara>
27
59
</listitem>
28
60
</varlistentry>
29
61
</variablelist>
30
-
<note>
31
-
<simpara>
32
-
The <constant>PATH_SEPARATOR</constant> was introduced with PHP 4.3.0-RC2.
33
-
</simpara>
34
-
</note>
35
62
</appendix>
36
63

37
64
<!-- Keep this comment at the end of the file
38
65