reference/dir/constants.xml
a0ae28d3bc85f927c22649ebd9a590b921534b7d
...
...
@@ -2,7 +2,6 @@
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
6
<varlistentry xml:id="constant.directory-separator">
8
7
<term>
...
...
@@ -22,40 +21,40 @@
22
21
</term>
23
22
<listitem>
24
23
<simpara>
25
-
Available since PHP 4.3.0. Semicolon on Windows, colon otherwise.
24
+
Semicolon on Windows, colon otherwise.
26
25
</simpara>
27
26
</listitem>
28
27
</varlistentry>
29
28
<varlistentry xml:id="constant.scandir-sort-ascending">
30
29
<term>
31
30
<constant>SCANDIR_SORT_ASCENDING</constant>
32
-
(<type>integer</type>)
31
+
(<type>int</type>)
33
32
</term>
34
33
<listitem>
35
34
<simpara>
36
-
Available since PHP 5.4.0.
35
+

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

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

59
58
</simpara>
60
59
</listitem>
61
60
</varlistentry>
62
61