reference/imap/constants.xml
5e9500ddad6dbc2f1b01d7da8b53379c8b7c386c
...
...
@@ -7,18 +7,18 @@
7
7
<varlistentry xml:id="constant.nil">
8
8
<term>
9
9
<constant>NIL</constant>
10
-
(<type>integer</type>)
10
+
(<type>int</type>)
11
11
</term>
12
12
<listitem>
13
13
<simpara>
14
-
14
+
Deprecated as of PHP 8.1.0.
15
15
</simpara>
16
16
</listitem>
17
17
</varlistentry>
18
18
<varlistentry xml:id="constant.op-debug">
19
19
<term>
20
20
<constant>OP_DEBUG</constant>
21
-
(<type>integer</type>)
21
+
(<type>int</type>)
22
22
</term>
23
23
<listitem>
24
24
<simpara>
...
...
@@ -29,7 +29,7 @@
29
29
<varlistentry xml:id="constant.op-readonly">
30
30
<term>
31
31
<constant>OP_READONLY</constant>
32
-
(<type>integer</type>)
32
+
(<type>int</type>)
33
33
</term>
34
34
<listitem>
35
35
<simpara>
...
...
@@ -40,7 +40,7 @@
40
40
<varlistentry xml:id="constant.op-anonymous">
41
41
<term>
42
42
<constant>OP_ANONYMOUS</constant>
43
-
(<type>integer</type>)
43
+
(<type>int</type>)
44
44
</term>
45
45
<listitem>
46
46
<simpara>
...
...
@@ -52,7 +52,7 @@
52
52
<varlistentry xml:id="constant.op-shortcache">
53
53
<term>
54
54
<constant>OP_SHORTCACHE</constant>
55
-
(<type>integer</type>)
55
+
(<type>int</type>)
56
56
</term>
57
57
<listitem>
58
58
<simpara>
...
...
@@ -63,7 +63,7 @@
63
63
<varlistentry xml:id="constant.op-silent">
64
64
<term>
65
65
<constant>OP_SILENT</constant>
66
-
(<type>integer</type>)
66
+
(<type>int</type>)
67
67
</term>
68
68
<listitem>
69
69
<simpara>
...
...
@@ -74,7 +74,7 @@
74
74
<varlistentry xml:id="constant.op-prototype">
75
75
<term>
76
76
<constant>OP_PROTOTYPE</constant>
77
-
(<type>integer</type>)
77
+
(<type>int</type>)
78
78
</term>
79
79
<listitem>
80
80
<simpara>
...
...
@@ -85,7 +85,7 @@
85
85
<varlistentry xml:id="constant.op-halfopen">
86
86
<term>
87
87
<constant>OP_HALFOPEN</constant>
88
-
(<type>integer</type>)
88
+
(<type>int</type>)
89
89
</term>
90
90
<listitem>
91
91
<simpara>
...
...
@@ -97,7 +97,7 @@
97
97
<varlistentry xml:id="constant.op-expunge">
98
98
<term>
99
99
<constant>OP_EXPUNGE</constant>
100
-
(<type>integer</type>)
100
+
(<type>int</type>)
101
101
</term>
102
102
<listitem>
103
103
<simpara>
...
...
@@ -108,7 +108,7 @@
108
108
<varlistentry xml:id="constant.op-secure">
109
109
<term>
110
110
<constant>OP_SECURE</constant>
111
-
(<type>integer</type>)
111
+
(<type>int</type>)
112
112
</term>
113
113
<listitem>
114
114
<simpara>
...
...
@@ -119,7 +119,7 @@
119
119
<varlistentry xml:id="constant.cl-expunge">
120
120
<term>
121
121
<constant>CL_EXPUNGE</constant>
122
-
(<type>integer</type>)
122
+
(<type>int</type>)
123
123
</term>
124
124
<listitem>
125
125
<simpara>
...
...
@@ -131,7 +131,7 @@
131
131
<varlistentry xml:id="constant.ft-uid">
132
132
<term>
133
133
<constant>FT_UID</constant>
134
-
(<type>integer</type>)
134
+
(<type>int</type>)
135
135
</term>
136
136
<listitem>
137
137
<simpara>
...
...
@@ -142,7 +142,7 @@
142
142
<varlistentry xml:id="constant.ft-peek">
143
143
<term>
144
144
<constant>FT_PEEK</constant>
145
-
(<type>integer</type>)
145
+
(<type>int</type>)
146
146
</term>
147
147
<listitem>
148
148
<simpara>
...
...
@@ -153,7 +153,7 @@
153
153
<varlistentry xml:id="constant.ft-not">
154
154
<term>
155
155
<constant>FT_NOT</constant>
156
-
(<type>integer</type>)
156
+
(<type>int</type>)
157
157
</term>
158
158
<listitem>
159
159
<simpara>
...
...
@@ -164,7 +164,7 @@
164
164
<varlistentry xml:id="constant.ft-internal">
165
165
<term>
166
166
<constant>FT_INTERNAL</constant>
167
-
(<type>integer</type>)
167
+
(<type>int</type>)
168
168
</term>
169
169
<listitem>
170
170
<simpara>
...
...
@@ -175,7 +175,7 @@
175
175
<varlistentry xml:id="constant.ft-prefetchtext">
176
176
<term>
177
177
<constant>FT_PREFETCHTEXT</constant>
178
-
(<type>integer</type>)
178
+
(<type>int</type>)
179
179
</term>
180
180
<listitem>
181
181
<simpara>
...
...
@@ -186,7 +186,7 @@
186
186
<varlistentry xml:id="constant.st-uid">
187
187
<term>
188
188
<constant>ST_UID</constant>
189
-
(<type>integer</type>)
189
+
(<type>int</type>)
190
190
</term>
191
191
<listitem>
192
192
<simpara>
...
...
@@ -197,7 +197,7 @@
197
197
<varlistentry xml:id="constant.st-silent">
198
198
<term>
199
199
<constant>ST_SILENT</constant>
200
-
(<type>integer</type>)
200
+
(<type>int</type>)
201
201
</term>
202
202
<listitem>
203
203
<simpara>
...
...
@@ -208,7 +208,7 @@
208
208
<varlistentry xml:id="constant.st-set">
209
209
<term>
210
210
<constant>ST_SET</constant>
211
-
(<type>integer</type>)
211
+
(<type>int</type>)
212
212
</term>
213
213
<listitem>
214
214
<simpara>
...
...
@@ -219,7 +219,7 @@
219
219
<varlistentry xml:id="constant.cp-uid">
220
220
<term>
221
221
<constant>CP_UID</constant>
222
-
(<type>integer</type>)
222
+
(<type>int</type>)
223
223
</term>
224
224
<listitem>
225
225
<simpara>
...
...
@@ -230,7 +230,7 @@
230
230
<varlistentry xml:id="constant.cp-move">
231
231
<term>
232
232
<constant>CP_MOVE</constant>
233
-
(<type>integer</type>)
233
+
(<type>int</type>)
234
234
</term>
235
235
<listitem>
236
236
<simpara>
...
...
@@ -242,7 +242,7 @@
242
242
<varlistentry xml:id="constant.se-uid">
243
243
<term>
244
244
<constant>SE_UID</constant>
245
-
(<type>integer</type>)
245
+
(<type>int</type>)
246
246
</term>
247
247
<listitem>
248
248
<simpara>
...
...
@@ -253,7 +253,7 @@
253
253
<varlistentry xml:id="constant.se-free">
254
254
<term>
255
255
<constant>SE_FREE</constant>
256
-
(<type>integer</type>)
256
+
(<type>int</type>)
257
257
</term>
258
258
<listitem>
259
259
<simpara>
...
...
@@ -264,7 +264,7 @@
264
264
<varlistentry xml:id="constant.se-noprefetch">
265
265
<term>
266
266
<constant>SE_NOPREFETCH</constant>
267
-
(<type>integer</type>)
267
+
(<type>int</type>)
268
268
</term>
269
269
<listitem>
270
270
<simpara>
...
...
@@ -275,7 +275,7 @@
275
275
<varlistentry xml:id="constant.so-free">
276
276
<term>
277
277
<constant>SO_FREE</constant>
278
-
(<type>integer</type>)
278
+
(<type>int</type>)
279
279
</term>
280
280
<listitem>
281
281
<simpara>
...
...
@@ -286,7 +286,7 @@
286
286
<varlistentry xml:id="constant.so-noserver">
287
287
<term>
288
288
<constant>SO_NOSERVER</constant>
289
-
(<type>integer</type>)
289
+
(<type>int</type>)
290
290
</term>
291
291
<listitem>
292
292
<simpara>
...
...
@@ -297,7 +297,7 @@
297
297
<varlistentry xml:id="constant.sa-messages">
298
298
<term>
299
299
<constant>SA_MESSAGES</constant>
300
-
(<type>integer</type>)
300
+
(<type>int</type>)
301
301
</term>
302
302
<listitem>
303
303
<simpara>
...
...
@@ -308,7 +308,7 @@
308
308
<varlistentry xml:id="constant.sa-recent">
309
309
<term>
310
310
<constant>SA_RECENT</constant>
311
-
(<type>integer</type>)
311
+
(<type>int</type>)
312
312
</term>
313
313
<listitem>
314
314
<simpara>
...
...
@@ -319,7 +319,7 @@
319
319
<varlistentry xml:id="constant.sa-unseen">
320
320
<term>
321
321
<constant>SA_UNSEEN</constant>
322
-
(<type>integer</type>)
322
+
(<type>int</type>)
323
323
</term>
324
324
<listitem>
325
325
<simpara>
...
...
@@ -330,7 +330,7 @@
330
330
<varlistentry xml:id="constant.sa-uidnext">
331
331
<term>
332
332
<constant>SA_UIDNEXT</constant>
333
-
(<type>integer</type>)
333
+
(<type>int</type>)
334
334
</term>
335
335
<listitem>
336
336
<simpara>
...
...
@@ -341,7 +341,7 @@
341
341
<varlistentry xml:id="constant.sa-uidvalidity">
342
342
<term>
343
343
<constant>SA_UIDVALIDITY</constant>
344
-
(<type>integer</type>)
344
+
(<type>int</type>)
345
345
</term>
346
346
<listitem>
347
347
<simpara>
...
...
@@ -352,7 +352,7 @@
352
352
<varlistentry xml:id="constant.sa-all">
353
353
<term>
354
354
<constant>SA_ALL</constant>
355
-
(<type>integer</type>)
355
+
(<type>int</type>)
356
356
</term>
357
357
<listitem>
358
358
<simpara>
...
...
@@ -363,7 +363,7 @@
363
363
<varlistentry xml:id="constant.latt-noinferiors">
364
364
<term>
365
365
<constant>LATT_NOINFERIORS</constant>
366
-
(<type>integer</type>)
366
+
(<type>int</type>)
367
367
</term>
368
368
<listitem>
369
369
<simpara>
...
...
@@ -375,7 +375,7 @@
375
375
<varlistentry xml:id="constant.latt-noselect">
376
376
<term>
377
377
<constant>LATT_NOSELECT</constant>
378
-
(<type>integer</type>)
378
+
(<type>int</type>)
379
379
</term>
380
380
<listitem>
381
381
<simpara>
...
...
@@ -387,7 +387,7 @@
387
387
<varlistentry xml:id="constant.latt-marked">
388
388
<term>
389
389
<constant>LATT_MARKED</constant>
390
-
(<type>integer</type>)
390
+
(<type>int</type>)
391
391
</term>
392
392
<listitem>
393
393
<simpara>
...
...
@@ -398,7 +398,7 @@
398
398
<varlistentry xml:id="constant.latt-unmarked">
399
399
<term>
400
400
<constant>LATT_UNMARKED</constant>
401
-
(<type>integer</type>)
401
+
(<type>int</type>)
402
402
</term>
403
403
<listitem>
404
404
<simpara>
...
...
@@ -410,7 +410,7 @@
410
410
<varlistentry xml:id="constant.latt-referral">
411
411
<term>
412
412
<constant>LATT_REFERRAL</constant>
413
-
(<type>integer</type>)
413
+
(<type>int</type>)
414
414
</term>
415
415
<listitem>
416
416
<simpara>
...
...
@@ -421,7 +421,7 @@
421
421
<varlistentry xml:id="constant.latt-haschildren">
422
422
<term>
423
423
<constant>LATT_HASCHILDREN</constant>
424
-
(<type>integer</type>)
424
+
(<type>int</type>)
425
425
</term>
426
426
<listitem>
427
427
<simpara>
...
...
@@ -432,7 +432,7 @@
432
432
<varlistentry xml:id="constant.latt-hasnochildren">
433
433
<term>
434
434
<constant>LATT_HASNOCHILDREN</constant>
435
-
(<type>integer</type>)
435
+
(<type>int</type>)
436
436
</term>
437
437
<listitem>
438
438
<simpara>
...
...
@@ -443,7 +443,7 @@
443
443
<varlistentry xml:id="constant.sortdate">
444
444
<term>
445
445
<constant>SORTDATE</constant>
446
-
(<type>integer</type>)
446
+
(<type>int</type>)
447
447
</term>
448
448
<listitem>
449
449
<simpara>
...
...
@@ -455,7 +455,7 @@
455
455
<varlistentry xml:id="constant.sortarrival">
456
456
<term>
457
457
<constant>SORTARRIVAL</constant>
458
-
(<type>integer</type>)
458
+
(<type>int</type>)
459
459
</term>
460
460
<listitem>
461
461
<simpara>
...
...
@@ -467,7 +467,7 @@
467
467
<varlistentry xml:id="constant.sortfrom">
468
468
<term>
469
469
<constant>SORTFROM</constant>
470
-
(<type>integer</type>)
470
+
(<type>int</type>)
471
471
</term>
472
472
<listitem>
473
473
<simpara>
...
...
@@ -479,7 +479,7 @@
479
479
<varlistentry xml:id="constant.sortsubject">
480
480
<term>
481
481
<constant>SORTSUBJECT</constant>
482
-
(<type>integer</type>)
482
+
(<type>int</type>)
483
483
</term>
484
484
<listitem>
485
485
<simpara>
...
...
@@ -491,7 +491,7 @@
491
491
<varlistentry xml:id="constant.sortto">
492
492
<term>
493
493
<constant>SORTTO</constant>
494
-
(<type>integer</type>)
494
+
(<type>int</type>)
495
495
</term>
496
496
<listitem>
497
497
<simpara>
...
...
@@ -503,7 +503,7 @@
503
503
<varlistentry xml:id="constant.sortcc">
504
504
<term>
505
505
<constant>SORTCC</constant>
506
-
(<type>integer</type>)
506
+
(<type>int</type>)
507
507
</term>
508
508
<listitem>
509
509
<simpara>
...
...
@@ -515,7 +515,7 @@
515
515
<varlistentry xml:id="constant.sortsize">
516
516
<term>
517
517
<constant>SORTSIZE</constant>
518
-
(<type>integer</type>)
518
+
(<type>int</type>)
519
519
</term>
520
520
<listitem>
521
521
<simpara>
...
...
@@ -527,7 +527,7 @@
527
527
<varlistentry xml:id="constant.typetext">
528
528
<term>
529
529
<constant>TYPETEXT</constant>
530
-
(<type>integer</type>)
530
+
(<type>int</type>)
531
531
</term>
532
532
<listitem>
533
533
<simpara>
...
...
@@ -538,7 +538,7 @@
538
538
<varlistentry xml:id="constant.typemultipart">
539
539
<term>
540
540
<constant>TYPEMULTIPART</constant>
541
-
(<type>integer</type>)
541
+
(<type>int</type>)
542
542
</term>
543
543
<listitem>
544
544
<simpara>
...
...
@@ -549,7 +549,7 @@
549
549
<varlistentry xml:id="constant.typemessage">
550
550
<term>
551
551
<constant>TYPEMESSAGE</constant>
552
-
(<type>integer</type>)
552
+
(<type>int</type>)
553
553
</term>
554
554
<listitem>
555
555
<simpara>
...
...
@@ -560,7 +560,7 @@
560
560
<varlistentry xml:id="constant.typeapplication">
561
561
<term>
562
562
<constant>TYPEAPPLICATION</constant>
563
-
(<type>integer</type>)
563
+
(<type>int</type>)
564
564
</term>
565
565
<listitem>
566
566
<simpara>
...
...
@@ -571,7 +571,7 @@
571
571
<varlistentry xml:id="constant.typeaudio">
572
572
<term>
573
573
<constant>TYPEAUDIO</constant>
574
-
(<type>integer</type>)
574
+
(<type>int</type>)
575
575
</term>
576
576
<listitem>
577
577
<simpara>
...
...
@@ -582,7 +582,7 @@
582
582
<varlistentry xml:id="constant.typeimage">
583
583
<term>
584
584
<constant>TYPEIMAGE</constant>
585
-
(<type>integer</type>)
585
+
(<type>int</type>)
586
586
</term>
587
587
<listitem>
588
588
<simpara>
...
...
@@ -593,7 +593,7 @@
593
593
<varlistentry xml:id="constant.typevideo">
594
594
<term>
595
595
<constant>TYPEVIDEO</constant>
596
-
(<type>integer</type>)
596
+
(<type>int</type>)
597
597
</term>
598
598
<listitem>
599
599
<simpara>
...
...
@@ -604,7 +604,7 @@
604
604
<varlistentry xml:id="constant.typemodel">
605
605
<term>
606
606
<constant>TYPEMODEL</constant>
607
-
(<type>integer</type>)
607
+
(<type>int</type>)
608
608
</term>
609
609
<listitem>
610
610
<simpara>
...
...
@@ -615,7 +615,7 @@
615
615
<varlistentry xml:id="constant.typeother">
616
616
<term>
617
617
<constant>TYPEOTHER</constant>
618
-
(<type>integer</type>)
618
+
(<type>int</type>)
619
619
</term>
620
620
<listitem>
621
621
<simpara>
...
...
@@ -626,7 +626,7 @@
626
626
<varlistentry xml:id="constant.enc7bit">
627
627
<term>
628
628
<constant>ENC7BIT</constant>
629
-
(<type>integer</type>)
629
+
(<type>int</type>)
630
630
</term>
631
631
<listitem>
632
632
<simpara>
...
...
@@ -637,7 +637,7 @@
637
637
<varlistentry xml:id="constant.enc8bit">
638
638
<term>
639
639
<constant>ENC8BIT</constant>
640
-
(<type>integer</type>)
640
+
(<type>int</type>)
641
641
</term>
642
642
<listitem>
643
643
<simpara>
...
...
@@ -648,7 +648,7 @@
648
648
<varlistentry xml:id="constant.encbinary">
649
649
<term>
650
650
<constant>ENCBINARY</constant>
651
-
(<type>integer</type>)
651
+
(<type>int</type>)
652
652
</term>
653
653
<listitem>
654
654
<simpara>
...
...
@@ -659,7 +659,7 @@
659
659
<varlistentry xml:id="constant.encbase64">
660
660
<term>
661
661
<constant>ENCBASE64</constant>
662
-
(<type>integer</type>)
662
+
(<type>int</type>)
663
663
</term>
664
664
<listitem>
665
665
<simpara>
...
...
@@ -670,7 +670,7 @@
670
670
<varlistentry xml:id="constant.encquotedprintable">
671
671
<term>
672
672
<constant>ENCQUOTEDPRINTABLE</constant>
673
-
(<type>integer</type>)
673
+
(<type>int</type>)
674
674
</term>
675
675
<listitem>
676
676
<simpara>
...
...
@@ -681,7 +681,7 @@
681
681
<varlistentry xml:id="constant.encother">
682
682
<term>
683
683
<constant>ENCOTHER</constant>
684
-
(<type>integer</type>)
684
+
(<type>int</type>)
685
685
</term>
686
686
<listitem>
687
687
<simpara>
...
...
@@ -692,7 +692,7 @@
692
692
<varlistentry xml:id="constant.imap-opentimeout">
693
693
<term>
694
694
<constant>IMAP_OPENTIMEOUT</constant>
695
-
(<type>integer</type>)
695
+
(<type>int</type>)
696
696
</term>
697
697
<listitem>
698
698
<simpara>
...
...
@@ -703,7 +703,7 @@
703
703
<varlistentry xml:id="constant.imap-readtimeout">
704
704
<term>
705
705
<constant>IMAP_READTIMEOUT</constant>
706
-
(<type>integer</type>)
706
+
(<type>int</type>)
707
707
</term>
708
708
<listitem>
709
709
<simpara>
...
...
@@ -714,7 +714,7 @@
714
714
<varlistentry xml:id="constant.imap-writetimeout">
715
715
<term>
716
716
<constant>IMAP_WRITETIMEOUT</constant>
717
-
(<type>integer</type>)
717
+
(<type>int</type>)
718
718
</term>
719
719
<listitem>
720
720
<simpara>
...
...
@@ -725,7 +725,7 @@
725
725
<varlistentry xml:id="constant.imap-closetimeout">
726
726
<term>
727
727
<constant>IMAP_CLOSETIMEOUT</constant>
728
-
(<type>integer</type>)
728
+
(<type>int</type>)
729
729
</term>
730
730
<listitem>
731
731
<simpara>
...
...
@@ -736,7 +736,7 @@
736
736
<varlistentry xml:id="constant.imap-gc-elt">
737
737
<term>
738
738
<constant>IMAP_GC_ELT</constant>
739
-
(<type>integer</type>)
739
+
(<type>int</type>)
740
740
</term>
741
741
<listitem>
742
742
<simpara>
...
...
@@ -747,7 +747,7 @@
747
747
<varlistentry xml:id="constant.imap-gc-env">
748
748
<term>
749
749
<constant>IMAP_GC_ENV</constant>
750
-
(<type>integer</type>)
750
+
(<type>int</type>)
751
751
</term>
752
752
<listitem>
753
753
<simpara>
...
...
@@ -758,7 +758,7 @@
758
758
<varlistentry xml:id="constant.imap-gc-texts">
759
759
<term>
760
760
<constant>IMAP_GC_TEXTS</constant>
761
-
(<type>integer</type>)
761
+
(<type>int</type>)
762
762
</term>
763
763
<listitem>
764
764
<simpara>
...
...
@@ -768,7 +768,6 @@
768
768
</varlistentry>
769
769
</variablelist>
770
770
</appendix>
771
-

772
771
<!-- Keep this comment at the end of the file
773
772
Local variables:
774
773
mode: sgml
775
774