reference/zlib/constants.xml
5e9500ddad6dbc2f1b01d7da8b53379c8b7c386c
...
...
@@ -7,7 +7,7 @@
7
7
<varlistentry xml:id="constant.force-gzip">
8
8
<term>
9
9
<constant>FORCE_GZIP</constant>
10
-
(<type>integer</type>)
10
+
(<type>int</type>)
11
11
</term>
12
12
<listitem>
13
13
<simpara>
...
...
@@ -18,7 +18,7 @@
18
18
<varlistentry xml:id="constant.force-deflate">
19
19
<term>
20
20
<constant>FORCE_DEFLATE</constant>
21
-
(<type>integer</type>)
21
+
(<type>int</type>)
22
22
</term>
23
23
<listitem>
24
24
<simpara>
...
...
@@ -29,160 +29,159 @@
29
29
<varlistentry xml:id="constant.zlib-encoding-raw">
30
30
<term>
31
31
<constant>ZLIB_ENCODING_RAW</constant>
32
-
(<type>integer</type>)
32
+
(<type>int</type>)
33
33
</term>
34
34
<listitem>
35
35
<simpara>
36
-
DEFLATE algorithm as per RFC 1951. Available as of PHP 7.0.0.
36
+
DEFLATE algorithm as per RFC 1951.
37
37
</simpara>
38
38
</listitem>
39
39
</varlistentry>
40
40
<varlistentry xml:id="constant.zlib-encoding-deflate">
41
41
<term>
42
42
<constant>ZLIB_ENCODING_DEFLATE</constant>
43
-
(<type>integer</type>)
43
+
(<type>int</type>)
44
44
</term>
45
45
<listitem>
46
46
<simpara>
47
-
ZLIB compression algorithm as per RFC 1950. Available as of PHP 7.0.0.
47
+
ZLIB compression algorithm as per RFC 1950.
48
48
</simpara>
49
49
</listitem>
50
50
</varlistentry>
51
51
<varlistentry xml:id="constant.zlib-encoding-gzip">
52
52
<term>
53
53
<constant>ZLIB_ENCODING_GZIP</constant>
54
-
(<type>integer</type>)
54
+
(<type>int</type>)
55
55
</term>
56
56
<listitem>
57
57
<simpara>
58
-
GZIP algorithm as per RFC 1952. Available as of PHP 7.0.0.
58
+
GZIP algorithm as per RFC 1952.
59
59
</simpara>
60
60
</listitem>
61
61
</varlistentry>
62
62
<varlistentry xml:id="constant.zlib-filtered">
63
63
<term>
64
64
<constant>ZLIB_FILTERED</constant>
65
-
(<type>integer</type>)
65
+
(<type>int</type>)
66
66
</term>
67
67
<listitem>
68
68
<simpara>
69
-
Available as of PHP 7.0.0.
69
+

70
70
</simpara>
71
71
</listitem>
72
72
</varlistentry>
73
73
<varlistentry xml:id="constant.zlib-huffman-only">
74
74
<term>
75
75
<constant>ZLIB_HUFFMAN_ONLY</constant>
76
-
(<type>integer</type>)
76
+
(<type>int</type>)
77
77
</term>
78
78
<listitem>
79
79
<simpara>
80
-
Available as of PHP 7.0.0.
80
+

81
81
</simpara>
82
82
</listitem>
83
83
</varlistentry>
84
84
<varlistentry xml:id="constant.zlib-fixed">
85
85
<term>
86
86
<constant>ZLIB_FIXED</constant>
87
-
(<type>integer</type>)
87
+
(<type>int</type>)
88
88
</term>
89
89
<listitem>
90
90
<simpara>
91
-
Available as of PHP 7.0.0.
91
+

92
92
</simpara>
93
93
</listitem>
94
94
</varlistentry>
95
95
<varlistentry xml:id="constant.zlib-rle">
96
96
<term>
97
97
<constant>ZLIB_RLE</constant>
98
-
(<type>integer</type>)
98
+
(<type>int</type>)
99
99
</term>
100
100
<listitem>
101
101
<simpara>
102
-
Available as of PHP 7.0.0.
102
+

103
103
</simpara>
104
104
</listitem>
105
105
</varlistentry>
106
106
<varlistentry xml:id="constant.zlib-default-strategy">
107
107
<term>
108
108
<constant>ZLIB_DEFAULT_STRATEGY</constant>
109
-
(<type>integer</type>)
109
+
(<type>int</type>)
110
110
</term>
111
111
<listitem>
112
112
<simpara>
113
-
Available as of PHP 7.0.0.
113
+

114
114
</simpara>
115
115
</listitem>
116
116
</varlistentry>
117
117
<varlistentry xml:id="constant.zlib-block">
118
118
<term>
119
119
<constant>ZLIB_BLOCK</constant>
120
-
(<type>integer</type>)
120
+
(<type>int</type>)
121
121
</term>
122
122
<listitem>
123
123
<simpara>
124
-
Available as of PHP 7.0.0.
124
+

125
125
</simpara>
126
126
</listitem>
127
127
</varlistentry>
128
128
<varlistentry xml:id="constant.zlib-no-flush">
129
129
<term>
130
130
<constant>ZLIB_NO_FLUSH</constant>
131
-
(<type>integer</type>)
131
+
(<type>int</type>)
132
132
</term>
133
133
<listitem>
134
134
<simpara>
135
-
Available as of PHP 7.0.0.
135
+

136
136
</simpara>
137
137
</listitem>
138
138
</varlistentry>
139
139
<varlistentry xml:id="constant.zlib-partial-flush">
140
140
<term>
141
141
<constant>ZLIB_PARTIAL_FLUSH</constant>
142
-
(<type>integer</type>)
142
+
(<type>int</type>)
143
143
</term>
144
144
<listitem>
145
145
<simpara>
146
-
Available as of PHP 7.0.0.
146
+

147
147
</simpara>
148
148
</listitem>
149
149
</varlistentry>
150
150
<varlistentry xml:id="constant.zlib-sync-flush">
151
151
<term>
152
152
<constant>ZLIB_SYNC_FLUSH</constant>
153
-
(<type>integer</type>)
153
+
(<type>int</type>)
154
154
</term>
155
155
<listitem>
156
156
<simpara>
157
-
Available as of PHP 7.0.0.
157
+
158
158
</simpara>
159
159
</listitem>
160
160
</varlistentry>
161
161
<varlistentry xml:id="constant.zlib-full-flush">
162
162
<term>
163
163
<constant>ZLIB_FULL_FLUSH</constant>
164
-
(<type>integer</type>)
164
+
(<type>int</type>)
165
165
</term>
166
166
<listitem>
167
167
<simpara>
168
-
Available as of PHP 7.0.0.
168
+

169
169
</simpara>
170
170
</listitem>
171
171
</varlistentry>
172
172
<varlistentry xml:id="constant.zlib-finish">
173
173
<term>
174
174
<constant>ZLIB_FINISH</constant>
175
-
(<type>integer</type>)
175
+
(<type>int</type>)
176
176
</term>
177
177
<listitem>
178
178
<simpara>
179
-
Available as of PHP 7.0.0.
179
+

180
180
</simpara>
181
181
</listitem>
182
182
</varlistentry>
183
183
</variablelist>
184
184
</appendix>
185
-

186
185
<!-- Keep this comment at the end of the file
187
186
Local variables:
188
187
mode: sgml
189
188