reference/dir/constants.xml
a0ae28d3bc85f927c22649ebd9a590b921534b7d
...
...
@@ -28,33 +28,33 @@
28
28
<varlistentry xml:id="constant.scandir-sort-ascending">
29
29
<term>
30
30
<constant>SCANDIR_SORT_ASCENDING</constant>
31
-
(<type>integer</type>)
31
+
(<type>int</type>)
32
32
</term>
33
33
<listitem>
34
34
<simpara>
35
-
Available since PHP 5.4.0.
35
+

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

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

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