reference/spl/constants.xml
a0ae28d3bc85f927c22649ebd9a590b921534b7d
...
...
@@ -1,71 +1,8 @@
1
-
<?xml version='1.0' encoding="utf-8"?>
1
+
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3
<appendix xml:id="spl.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
&reftitle.constants;
5
5
&extension.constants;
6
-
<warning>
7
-
<para>
8
-
SPL uses class constants since PHP 5.1. Prior releases use global constants
9
-
in the form <constant>RIT_LEAVES_ONLY</constant>.
10
-
</para>
11
-
</warning>
12
-
<variablelist>
13
-
<varlistentry>
14
-
<term>
15
-
<constant>RecursiveIteratorIterator::LEAVES_ONLY</constant>
16
-
(<type>integer</type>)
17
-
</term>
18
-
<listitem>
19
-
<simpara>
20
-

21
-
</simpara>
22
-
</listitem>
23
-
</varlistentry>
24
-
<varlistentry>
25
-
<term>
26
-
<constant>RecursiveIteratorIterator::SELF_FIRST</constant>
27
-
(<type>integer</type>)
28
-
</term>
29
-
<listitem>
30
-
<simpara>
31
-

32
-
</simpara>
33
-
</listitem>
34
-
</varlistentry>
35
-
<varlistentry>
36
-
<term>
37
-
<constant>RecursiveIteratorIterator::CHILD_FIRST</constant>
38
-
(<type>integer</type>)
39
-
</term>
40
-
<listitem>
41
-
<simpara>
42
-

43
-
</simpara>
44
-
</listitem>
45
-
</varlistentry>
46
-
<varlistentry>
47
-
<term>
48
-
<constant>CachingIterator::CALL_TOSTRING</constant>
49
-
(<type>integer</type>)
50
-
</term>
51
-
<listitem>
52
-
<simpara>
53
-

54
-
</simpara>
55
-
</listitem>
56
-
</varlistentry>
57
-
<varlistentry>
58
-
<term>
59
-
<constant>CachingIterator::CATCH_GET_CHILD</constant>
60
-
(<type>integer</type>)
61
-
</term>
62
-
<listitem>
63
-
<simpara>
64
-

65
-
</simpara>
66
-
</listitem>
67
-
</varlistentry>
68
-
</variablelist>
69
6
</appendix>
70
7

71
8
<!-- Keep this comment at the end of the file
72
9