reference/sockets/constants.xml
b9142963a5285844e7496613f666d29d323e8715
...
...
@@ -7,7 +7,7 @@
7
7
<varlistentry xml:id="constant.af-unix">
8
8
<term>
9
9
<constant>AF_UNIX</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.af-inet">
19
19
<term>
20
20
<constant>AF_INET</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.af-inet6">
30
30
<term>
31
31
<constant>AF_INET6</constant>
32
-
(<type>integer</type>)
32
+
(<type>int</type>)
33
33
</term>
34
34
<listitem>
35
35
<simpara>
...
...
@@ -37,10 +37,21 @@
37
37
</simpara>
38
38
</listitem>
39
39
</varlistentry>
40
+
<varlistentry xml:id="constant.af-divert">
41
+
<term>
42
+
<constant>AF_DIVERT</constant>
43
+
(<type>int</type>)
44
+
</term>
45
+
<listitem>
46
+
<simpara>
47
+
Available as of PHP 8.3.0 (FreeBSD only)
48
+
</simpara>
49
+
</listitem>
50
+
</varlistentry>
40
51
<varlistentry xml:id="constant.sock-stream">
41
52
<term>
42
53
<constant>SOCK_STREAM</constant>
43
-
(<type>integer</type>)
54
+
(<type>int</type>)
44
55
</term>
45
56
<listitem>
46
57
<simpara>
...
...
@@ -51,7 +62,7 @@
51
62
<varlistentry xml:id="constant.sock-dgram">
52
63
<term>
53
64
<constant>SOCK_DGRAM</constant>
54
-
(<type>integer</type>)
65
+
(<type>int</type>)
55
66
</term>
56
67
<listitem>
57
68
<simpara>
...
...
@@ -62,7 +73,7 @@
62
73
<varlistentry xml:id="constant.sock-raw">
63
74
<term>
64
75
<constant>SOCK_RAW</constant>
65
-
(<type>integer</type>)
76
+
(<type>int</type>)
66
77
</term>
67
78
<listitem>
68
79
<simpara>
...
...
@@ -73,7 +84,7 @@
73
84
<varlistentry xml:id="constant.sock-seqpacket">
74
85
<term>
75
86
<constant>SOCK_SEQPACKET</constant>
76
-
(<type>integer</type>)
87
+
(<type>int</type>)
77
88
</term>
78
89
<listitem>
79
90
<simpara>
...
...
@@ -84,7 +95,7 @@
84
95
<varlistentry xml:id="constant.sock-rdm">
85
96
<term>
86
97
<constant>SOCK_RDM</constant>
87
-
(<type>integer</type>)
98
+
(<type>int</type>)
88
99
</term>
89
100
<listitem>
90
101
<simpara>
...
...
@@ -95,7 +106,7 @@
95
106
<varlistentry xml:id="constant.msg-oob">
96
107
<term>
97
108
<constant>MSG_OOB</constant>
98
-
(<type>integer</type>)
109
+
(<type>int</type>)
99
110
</term>
100
111
<listitem>
101
112
<simpara>
...
...
@@ -106,7 +117,7 @@
106
117
<varlistentry xml:id="constant.msg-waitall">
107
118
<term>
108
119
<constant>MSG_WAITALL</constant>
109
-
(<type>integer</type>)
120
+
(<type>int</type>)
110
121
</term>
111
122
<listitem>
112
123
<simpara>
...
...
@@ -117,7 +128,7 @@
117
128
<varlistentry xml:id="constant.msg-peek">
118
129
<term>
119
130
<constant>MSG_PEEK</constant>
120
-
(<type>integer</type>)
131
+
(<type>int</type>)
121
132
</term>
122
133
<listitem>
123
134
<simpara>
...
...
@@ -128,7 +139,7 @@
128
139
<varlistentry xml:id="constant.msg-dontroute">
129
140
<term>
130
141
<constant>MSG_DONTROUTE</constant>
131
-
(<type>integer</type>)
142
+
(<type>int</type>)
132
143
</term>
133
144
<listitem>
134
145
<simpara>
...
...
@@ -139,7 +150,7 @@
139
150
<varlistentry xml:id="constant.msg-eor">
140
151
<term>
141
152
<constant>MSG_EOR</constant>
142
-
(<type>integer</type>)
153
+
(<type>int</type>)
143
154
</term>
144
155
<listitem>
145
156
<simpara>
...
...
@@ -150,7 +161,7 @@
150
161
<varlistentry xml:id="constant.msg-eof">
151
162
<term>
152
163
<constant>MSG_EOF</constant>
153
-
(<type>integer</type>)
164
+
(<type>int</type>)
154
165
</term>
155
166
<listitem>
156
167
<simpara>
...
...
@@ -158,10 +169,21 @@
158
169
</simpara>
159
170
</listitem>
160
171
</varlistentry>
172
+
<varlistentry xml:id="constant.msg-zerocopy">
173
+
<term>
174
+
<constant>MSG_ZEROCOPY</constant>
175
+
(<type>int</type>)
176
+
</term>
177
+
<listitem>
178
+
<simpara>
179
+
Available as of PHP 8.2.0
180
+
</simpara>
181
+
</listitem>
182
+
</varlistentry>
161
183
<varlistentry xml:id="constant.so-debug">
162
184
<term>
163
185
<constant>SO_DEBUG</constant>
164
-
(<type>integer</type>)
186
+
(<type>int</type>)
165
187
</term>
166
188
<listitem>
167
189
<simpara>
...
...
@@ -172,7 +194,7 @@
172
194
<varlistentry xml:id="constant.so-reuseaddr">
173
195
<term>
174
196
<constant>SO_REUSEADDR</constant>
175
-
(<type>integer</type>)
197
+
(<type>int</type>)
176
198
</term>
177
199
<listitem>
178
200
<simpara>
...
...
@@ -183,20 +205,20 @@
183
205
<varlistentry xml:id="constant.so-reuseport">
184
206
<term>
185
207
<constant>SO_REUSEPORT</constant>
186
-
(<type>integer</type>)
208
+
(<type>int</type>)
187
209
</term>
188
210
<listitem>
189
211
<simpara>
190
-
This constant is only available in PHP 5.4.10 or later on platforms that
212
+
This constant is only available on platforms that
191
213
support the <constant>SO_REUSEPORT</constant> socket option: this
192
-
includes Mac OS X and FreeBSD, but does not include Linux or Windows.
214
+
includes Linux, macOS and *BSD, but does not include Windows.
193
215
</simpara>
194
216
</listitem>
195
217
</varlistentry>
196
218
<varlistentry xml:id="constant.so-keepalive">
197
219
<term>
198
220
<constant>SO_KEEPALIVE</constant>
199
-
(<type>integer</type>)
221
+
(<type>int</type>)
200
222
</term>
201
223
<listitem>
202
224
<simpara>
...
...
@@ -207,7 +229,7 @@
207
229
<varlistentry xml:id="constant.so-dontroute">
208
230
<term>
209
231
<constant>SO_DONTROUTE</constant>
210
-
(<type>integer</type>)
232
+
(<type>int</type>)
211
233
</term>
212
234
<listitem>
213
235
<simpara>
...
...
@@ -218,7 +240,7 @@
218
240
<varlistentry xml:id="constant.so-linger">
219
241
<term>
220
242
<constant>SO_LINGER</constant>
221
-
(<type>integer</type>)
243
+
(<type>int</type>)
222
244
</term>
223
245
<listitem>
224
246
<simpara>
...
...
@@ -229,7 +251,7 @@
229
251
<varlistentry xml:id="constant.so-broadcast">
230
252
<term>
231
253
<constant>SO_BROADCAST</constant>
232
-
(<type>integer</type>)
254
+
(<type>int</type>)
233
255
</term>
234
256
<listitem>
235
257
<simpara>
...
...
@@ -240,7 +262,7 @@
240
262
<varlistentry xml:id="constant.so-oobinline">
241
263
<term>
242
264
<constant>SO_OOBINLINE</constant>
243
-
(<type>integer</type>)
265
+
(<type>int</type>)
244
266
</term>
245
267
<listitem>
246
268
<simpara>
...
...
@@ -251,7 +273,7 @@
251
273
<varlistentry xml:id="constant.so-sndbuf">
252
274
<term>
253
275
<constant>SO_SNDBUF</constant>
254
-
(<type>integer</type>)
276
+
(<type>int</type>)
255
277
</term>
256
278
<listitem>
257
279
<simpara>
...
...
@@ -262,7 +284,7 @@
262
284
<varlistentry xml:id="constant.so-rcvbuf">
263
285
<term>
264
286
<constant>SO_RCVBUF</constant>
265
-
(<type>integer</type>)
287
+
(<type>int</type>)
266
288
</term>
267
289
<listitem>
268
290
<simpara>
...
...
@@ -273,7 +295,7 @@
273
295
<varlistentry xml:id="constant.so-sndlowat">
274
296
<term>
275
297
<constant>SO_SNDLOWAT</constant>
276
-
(<type>integer</type>)
298
+
(<type>int</type>)
277
299
</term>
278
300
<listitem>
279
301
<simpara>
...
...
@@ -284,7 +306,7 @@
284
306
<varlistentry xml:id="constant.so-rcvlowat">
285
307
<term>
286
308
<constant>SO_RCVLOWAT</constant>
287
-
(<type>integer</type>)
309
+
(<type>int</type>)
288
310
</term>
289
311
<listitem>
290
312
<simpara>
...
...
@@ -295,7 +317,7 @@
295
317
<varlistentry xml:id="constant.so-sndtimeo">
296
318
<term>
297
319
<constant>SO_SNDTIMEO</constant>
298
-
(<type>integer</type>)
320
+
(<type>int</type>)
299
321
</term>
300
322
<listitem>
301
323
<simpara>
...
...
@@ -306,7 +328,7 @@
306
328
<varlistentry xml:id="constant.so-rcvtimeo">
307
329
<term>
308
330
<constant>SO_RCVTIMEO</constant>
309
-
(<type>integer</type>)
331
+
(<type>int</type>)
310
332
</term>
311
333
<listitem>
312
334
<simpara>
...
...
@@ -317,7 +339,7 @@
317
339
<varlistentry xml:id="constant.so-type">
318
340
<term>
319
341
<constant>SO_TYPE</constant>
320
-
(<type>integer</type>)
342
+
(<type>int</type>)
321
343
</term>
322
344
<listitem>
323
345
<simpara>
...
...
@@ -328,7 +350,7 @@
328
350
<varlistentry xml:id="constant.so-error">
329
351
<term>
330
352
<constant>SO_ERROR</constant>
331
-
(<type>integer</type>)
353
+
(<type>int</type>)
332
354
</term>
333
355
<listitem>
334
356
<simpara>
...
...
@@ -336,22 +358,461 @@
336
358
</simpara>
337
359
</listitem>
338
360
</varlistentry>
361
+
<varlistentry xml:id="constant.so-zerocopy">
362
+
<term>
363
+
<constant>SO_ZEROCOPY</constant>
364
+
(<type>int</type>)
365
+
</term>
366
+
<listitem>
367
+
<simpara>
368
+
Available as of PHP 8.2.0
369
+
</simpara>
370
+
</listitem>
371
+
</varlistentry>
339
372
<varlistentry xml:id="constant.tcp-nodelay">
340
373
<term>
341
374
<constant>TCP_NODELAY</constant>
342
-
(<type>integer</type>)
375
+
(<type>int</type>)
343
376
</term>
344
377
<listitem>
345
378
<simpara>
346
379
Used to disable Nagle TCP algorithm.
347
-
Added in PHP 5.2.7.
380
+
</simpara>
381
+
</listitem>
382
+
</varlistentry>
383
+
<varlistentry xml:id="constant.tcp-keepcnt">
384
+
<term>
385
+
<constant>TCP_KEEPCNT</constant>
386
+
(<type>int</type>)
387
+
</term>
388
+
<listitem>
389
+
<simpara>
390
+
Available as of PHP 8.2.0
391
+
</simpara>
392
+
</listitem>
393
+
</varlistentry>
394
+
<varlistentry xml:id="constant.tcp-keepidle">
395
+
<term>
396
+
<constant>TCP_KEEPIDLE</constant>
397
+
(<type>int</type>)
398
+
</term>
399
+
<listitem>
400
+
<simpara>
401
+
Available as of PHP 8.2.0
402
+
</simpara>
403
+
</listitem>
404
+
</varlistentry>
405
+
<varlistentry xml:id="constant.tcp-keepintvl">
406
+
<term>
407
+
<constant>TCP_KEEPINTVL</constant>
408
+
(<type>int</type>)
409
+
</term>
410
+
<listitem>
411
+
<simpara>
412
+
Available as of PHP 8.2.0
413
+
</simpara>
414
+
</listitem>
415
+
</varlistentry>
416
+
<varlistentry xml:id="constant.tcp-keepalive">
417
+
<term>
418
+
<constant>TCP_KEEPALIVE</constant>
419
+
(<type>int</type>)
420
+
</term>
421
+
<listitem>
422
+
<simpara>
423
+
Available as of PHP 8.2.0
424
+
</simpara>
425
+
</listitem>
426
+
</varlistentry>
427
+
<varlistentry xml:id="constant.tcp-notsent-lowat">
428
+
<term>
429
+
<constant>TCP_NOTSENT_LOWAT</constant>
430
+
(<type>int</type>)
431
+
</term>
432
+
<listitem>
433
+
<simpara>
434
+
Available as of PHP 8.2.0
435
+
</simpara>
436
+
</listitem>
437
+
</varlistentry>
438
+
<varlistentry xml:id="constant.so-mark">
439
+
<term>
440
+
<constant>SO_MARK</constant>
441
+
(<type>int</type>)
442
+
</term>
443
+
<listitem>
444
+
<simpara>
445
+
Available as of PHP 8.1.0
446
+
</simpara>
447
+
</listitem>
448
+
</varlistentry>
449
+
<varlistentry xml:id="constant.so-user-cookie">
450
+
<term>
451
+
<constant>SO_USER_COOKIE</constant>
452
+
(<type>int</type>)
453
+
</term>
454
+
<listitem>
455
+
<simpara>
456
+
Available as of PHP 8.1.0
457
+
</simpara>
458
+
</listitem>
459
+
</varlistentry>
460
+
<varlistentry xml:id="constant.so-rtable">
461
+
<term>
462
+
<constant>SO_RTABLE</constant>
463
+
(<type>int</type>)
464
+
</term>
465
+
<listitem>
466
+
<simpara>
467
+
Available as of PHP 8.2.0
468
+
</simpara>
469
+
</listitem>
470
+
</varlistentry>
471
+
<varlistentry xml:id="constant.so-acceptfilter">
472
+
<term>
473
+
<constant>SO_ACCEPTFILTER</constant>
474
+
(<type>int</type>)
475
+
</term>
476
+
<listitem>
477
+
<simpara>
478
+
Available as of PHP 8.1.0
479
+
</simpara>
480
+
</listitem>
481
+
</varlistentry>
482
+
<varlistentry xml:id="constant.so-donttrunc">
483
+
<term>
484
+
<constant>SO_DONTTRUNC</constant>
485
+
(<type>int</type>)
486
+
</term>
487
+
<listitem>
488
+
<simpara>
489
+
Available as of PHP 8.1.0
490
+
</simpara>
491
+
</listitem>
492
+
</varlistentry>
493
+
<varlistentry xml:id="constant.so-wantmore">
494
+
<term>
495
+
<constant>SO_WANTMORE</constant>
496
+
(<type>int</type>)
497
+
</term>
498
+
<listitem>
499
+
<simpara>
500
+
Available as of PHP 8.1.0
501
+
</simpara>
502
+
</listitem>
503
+
</varlistentry>
504
+
<varlistentry xml:id="constant.so-incoming-cpu">
505
+
<term>
506
+
<constant>SO_INCOMING_CPU</constant>
507
+
(<type>int</type>)
508
+
</term>
509
+
<listitem>
510
+
<simpara>
511
+
Available as of PHP 8.2.0
512
+
</simpara>
513
+
</listitem>
514
+
</varlistentry>
515
+
<varlistentry xml:id="constant.so-meminfo">
516
+
<term>
517
+
<constant>SO_MEMINFO</constant>
518
+
(<type>int</type>)
519
+
</term>
520
+
<listitem>
521
+
<simpara>
522
+
Available as of PHP 8.2.0
523
+
</simpara>
524
+
</listitem>
525
+
</varlistentry>
526
+
<varlistentry xml:id="constant.so-bpf-extensions">
527
+
<term>
528
+
<constant>SO_BPF_EXTENSIONS</constant>
529
+
(<type>int</type>)
530
+
</term>
531
+
<listitem>
532
+
<simpara>
533
+
Available as of PHP 8.2.0
534
+
</simpara>
535
+
</listitem>
536
+
</varlistentry>
537
+
<varlistentry xml:id="constant.so-setfib">
538
+
<term>
539
+
<constant>SO_SETFIB</constant>
540
+
(<type>int</type>)
541
+
</term>
542
+
<listitem>
543
+
<simpara>
544
+
Available as of PHP 8.2.0
545
+
</simpara>
546
+
</listitem>
547
+
</varlistentry>
548
+
<varlistentry xml:id="constant.so-attach-reuseport-cbpf">
549
+
<term>
550
+
<constant>SO_ATTACH_REUSEPORT_CBPF</constant>
551
+
(<type>int</type>)
552
+
</term>
553
+
<listitem>
554
+
<simpara>
555
+
Available as of PHP 8.3.0 (Linux only)
556
+
</simpara>
557
+
</listitem>
558
+
</varlistentry>
559
+
<varlistentry xml:id="constant.so-detach-bpf">
560
+
<term>
561
+
<constant>SO_DETACH_BPF</constant>
562
+
(<type>int</type>)
563
+
</term>
564
+
<listitem>
565
+
<simpara>
566
+
Available as of PHP 8.3.0 (Linux only)
567
+
</simpara>
568
+
</listitem>
569
+
</varlistentry>
570
+
<varlistentry xml:id="constant.so-detach-filter">
571
+
<term>
572
+
<constant>SO_DETACH_FILTER</constant>
573
+
(<type>int</type>)
574
+
</term>
575
+
<listitem>
576
+
<simpara>
577
+
Available as of PHP 8.3.0 (Linux only)
578
+
</simpara>
579
+
</listitem>
580
+
</varlistentry>
581
+
<varlistentry xml:id="constant.so-rerror">
582
+
<term>
583
+
<constant>SO_RERROR</constant>
584
+
(<type>int</type>)
585
+
</term>
586
+
<listitem>
587
+
<simpara>
588
+
Available as of PHP 8.3.0 (NetBSD only)
589
+
</simpara>
590
+
</listitem>
591
+
</varlistentry>
592
+
<varlistentry xml:id="constant.so-zeroize">
593
+
<term>
594
+
<constant>SO_ZEROIZE</constant>
595
+
(<type>int</type>)
596
+
</term>
597
+
<listitem>
598
+
<simpara>
599
+
Available as of PHP 8.3.0 (OpenBSD only)
600
+
</simpara>
601
+
</listitem>
602
+
</varlistentry>
603
+
<varlistentry xml:id="constant.so-splice">
604
+
<term>
605
+
<constant>SO_SPLICE</constant>
606
+
(<type>int</type>)
607
+
</term>
608
+
<listitem>
609
+
<simpara>
610
+
Available as of PHP 8.3.0 (OpenBSD only)
611
+
</simpara>
612
+
</listitem>
613
+
</varlistentry>
614
+
<varlistentry xml:id="constant.so-reuseport-lb">
615
+
<term>
616
+
<constant>SO_REUSEPORT_LB</constant>
617
+
(<type>int</type>)
618
+
</term>
619
+
<listitem>
620
+
<simpara>
621
+
Available as of PHP 8.3.0 (FreeBSD only)
622
+
</simpara>
623
+
</listitem>
624
+
</varlistentry>
625
+
<varlistentry xml:id="constant.sol-filter">
626
+
<term>
627
+
<constant>SOL_FILTER</constant>
628
+
(<type>int</type>)
629
+
</term>
630
+
<listitem>
631
+
<simpara>
632
+
Available as of PHP 8.2.0
633
+
</simpara>
634
+
</listitem>
635
+
</varlistentry>
636
+
<varlistentry xml:id="constant.sol-udplite">
637
+
<term>
638
+
<constant>SOL_UDPLITE</constant>
639
+
(<type>int</type>)
640
+
</term>
641
+
<listitem>
642
+
<simpara>
643
+
Available as of PHP 8.3.0
644
+
</simpara>
645
+
</listitem>
646
+
</varlistentry>
647
+
<varlistentry xml:id="constant.udplite-recv-cscov">
648
+
<term>
649
+
<constant>UDPLITE_RECV_CSCOV</constant>
650
+
(<type>int</type>)
651
+
</term>
652
+
<listitem>
653
+
<simpara>
654
+
Available as of PHP 8.3.0
655
+
</simpara>
656
+
</listitem>
657
+
</varlistentry>
658
+
<varlistentry xml:id="constant.udplite-send-cscov">
659
+
<term>
660
+
<constant>UDPLITE_SEND_CSCOV</constant>
661
+
(<type>int</type>)
662
+
</term>
663
+
<listitem>
664
+
<simpara>
665
+
Available as of PHP 8.3.0
666
+
</simpara>
667
+
</listitem>
668
+
</varlistentry>
669
+
<varlistentry xml:id="constant.tcp-defer-accept">
670
+
<term>
671
+
<constant>TCP_DEFER_ACCEPT</constant>
672
+
(<type>int</type>)
673
+
</term>
674
+
<listitem>
675
+
<simpara>
676
+
Available as of PHP 8.1.0
677
+
</simpara>
678
+
</listitem>
679
+
</varlistentry>
680
+
<varlistentry xml:id="constant.tcp-congestion">
681
+
<term>
682
+
<constant>TCP_CONGESTION</constant>
683
+
(<type>int</type>)
684
+
</term>
685
+
<listitem>
686
+
<simpara>
687
+
Available as of PHP 8.2.0
688
+
</simpara>
689
+
</listitem>
690
+
</varlistentry>
691
+
<varlistentry xml:id="constant.tcp-quickack">
692
+
<term>
693
+
<constant>TCP_QUICKACK</constant>
694
+
(<type>int</type>)
695
+
</term>
696
+
<listitem>
697
+
<simpara>
698
+
Available as of PHP 8.3.0 (Linux only)
699
+
</simpara>
700
+
</listitem>
701
+
</varlistentry>
702
+
<varlistentry xml:id="constant.tcp-repair">
703
+
<term>
704
+
<constant>TCP_REPAIR</constant>
705
+
(<type>int</type>)
706
+
</term>
707
+
<listitem>
708
+
<simpara>
709
+
Available as of PHP 8.3.0 (Linux only)
710
+
</simpara>
711
+
</listitem>
712
+
</varlistentry>
713
+
<varlistentry xml:id="constant.ip-dontfrag">
714
+
<term>
715
+
<constant>IP_DONTFRAG</constant>
716
+
(<type>int</type>)
717
+
</term>
718
+
<listitem>
719
+
<simpara>
720
+
Available as of PHP 8.3.0 (FreeBSD only)
721
+
</simpara>
722
+
</listitem>
723
+
</varlistentry>
724
+
<varlistentry xml:id="constant.ip-mtu-discover">
725
+
<term>
726
+
<constant>IP_MTU_DISCOVER</constant>
727
+
(<type>int</type>)
728
+
</term>
729
+
<listitem>
730
+
<simpara>
731
+
Available as of PHP 8.3.0 (Linux only)
732
+
</simpara>
733
+
</listitem>
734
+
</varlistentry>
735
+
<varlistentry xml:id="constant.ip-pmtudisc-do">
736
+
<term>
737
+
<constant>IP_PMTUDISC_DO</constant>
738
+
(<type>int</type>)
739
+
</term>
740
+
<listitem>
741
+
<simpara>
742
+
Available as of PHP 8.3.0 (Linux only)
743
+
</simpara>
744
+
</listitem>
745
+
</varlistentry>
746
+
<varlistentry xml:id="constant.ip-pmtudisc-dont">
747
+
<term>
748
+
<constant>IP_PMTUDISC_DONT</constant>
749
+
(<type>int</type>)
750
+
</term>
751
+
<listitem>
752
+
<simpara>
753
+
Available as of PHP 8.3.0 (Linux only)
754
+
</simpara>
755
+
</listitem>
756
+
</varlistentry>
757
+
<varlistentry xml:id="constant.ip-pmtudisc-want">
758
+
<term>
759
+
<constant>IP_PMTUDISC_WANT</constant>
760
+
(<type>int</type>)
761
+
</term>
762
+
<listitem>
763
+
<simpara>
764
+
Available as of PHP 8.3.0 (Linux only)
765
+
</simpara>
766
+
</listitem>
767
+
</varlistentry>
768
+
<varlistentry xml:id="constant.ip-pmtudisc-probe">
769
+
<term>
770
+
<constant>IP_PMTUDISC_PROBE</constant>
771
+
(<type>int</type>)
772
+
</term>
773
+
<listitem>
774
+
<simpara>
775
+
Available as of PHP 8.3.0 (Linux only)
776
+
</simpara>
777
+
</listitem>
778
+
</varlistentry>
779
+
<varlistentry xml:id="constant.ip-pmtudisc-interface">
780
+
<term>
781
+
<constant>IP_PMTUDISC_INTERFACE</constant>
782
+
(<type>int</type>)
783
+
</term>
784
+
<listitem>
785
+
<simpara>
786
+
Available as of PHP 8.3.0 (Linux only)
787
+
</simpara>
788
+
</listitem>
789
+
</varlistentry>
790
+
<varlistentry xml:id="constant.ip-pmtudisc-omit">
791
+
<term>
792
+
<constant>IP_PMTUDISC_OMIT</constant>
793
+
(<type>int</type>)
794
+
</term>
795
+
<listitem>
796
+
<simpara>
797
+
Available as of PHP 8.3.0 (Linux only)
798
+
</simpara>
799
+
</listitem>
800
+
</varlistentry>
801
+
<varlistentry xml:id="constant.ip-bind-address-no-port">
802
+
<term>
803
+
<constant>IP_BIND_ADDRESS_NO_PORT</constant>
804
+
(<type>int</type>)
805
+
</term>
806
+
<listitem>
807
+
<simpara>
808
+
Available as of PHP 8.3.0 (Linux only)
348
809
</simpara>
349
810
</listitem>
350
811
</varlistentry>
351
812
<varlistentry xml:id="constant.sol-socket">
352
813
<term>
353
814
<constant>SOL_SOCKET</constant>
354
-
(<type>integer</type>)
815
+
(<type>int</type>)
355
816
</term>
356
817
<listitem>
357
818
<simpara>
...
...
@@ -362,7 +823,7 @@
362
823
<varlistentry xml:id="constant.php-normal-read">
363
824
<term>
364
825
<constant>PHP_NORMAL_READ</constant>
365
-
(<type>integer</type>)
826
+
(<type>int</type>)
366
827
</term>
367
828
<listitem>
368
829
<simpara>
...
...
@@ -373,7 +834,7 @@
373
834
<varlistentry xml:id="constant.php-binary-read">
374
835
<term>
375
836
<constant>PHP_BINARY_READ</constant>
376
-
(<type>integer</type>)
837
+
(<type>int</type>)
377
838
</term>
378
839
<listitem>
379
840
<simpara>
...
...
@@ -384,7 +845,7 @@
384
845
<varlistentry xml:id="constant.sol-tcp">
385
846
<term>
386
847
<constant>SOL_TCP</constant>
387
-
(<type>integer</type>)
848
+
(<type>int</type>)
388
849
</term>
389
850
<listitem>
390
851
<simpara>
...
...
@@ -395,7 +856,7 @@
395
856
<varlistentry xml:id="constant.sol-udp">
396
857
<term>
397
858
<constant>SOL_UDP</constant>
398
-
(<type>integer</type>)
859
+
(<type>int</type>)
399
860
</term>
400
861
<listitem>
401
862
<simpara>
...
...
@@ -414,7 +875,7 @@
414
875
<varlistentry xml:id="constant.socket-eintr">
415
876
<term>
416
877
<constant>SOCKET_EINTR</constant>
417
-
(<type>integer</type>)
878
+
(<type>int</type>)
418
879
</term>
419
880
<listitem>
420
881
<simpara>
...
...
@@ -425,18 +886,18 @@
425
886
<varlistentry xml:id="constant.socket-ebadf">
426
887
<term>
427
888
<constant>SOCKET_EBADF</constant>
428
-
(<type>integer</type>)
889
+
(<type>int</type>)
429
890
</term>
430
891
<listitem>
431
892
<simpara>
432
-
Bad file number.
893
+
Bad file descriptor number.
433
894
</simpara>
434
895
</listitem>
435
896
</varlistentry>
436
897
<varlistentry xml:id="constant.socket-eacces">
437
898
<term>
438
899
<constant>SOCKET_EACCES</constant>
439
-
(<type>integer</type>)
900
+
(<type>int</type>)
440
901
</term>
441
902
<listitem>
442
903
<simpara>
...
...
@@ -447,7 +908,7 @@
447
908
<varlistentry xml:id="constant.socket-efault">
448
909
<term>
449
910
<constant>SOCKET_EFAULT</constant>
450
-
(<type>integer</type>)
911
+
(<type>int</type>)
451
912
</term>
452
913
<listitem>
453
914
<simpara>
...
...
@@ -458,7 +919,7 @@
458
919
<varlistentry xml:id="constant.socket-einval">
459
920
<term>
460
921
<constant>SOCKET_EINVAL</constant>
461
-
(<type>integer</type>)
922
+
(<type>int</type>)
462
923
</term>
463
924
<listitem>
464
925
<simpara>
...
...
@@ -469,7 +930,7 @@
469
930
<varlistentry xml:id="constant.socket-emfile">
470
931
<term>
471
932
<constant>SOCKET_EMFILE</constant>
472
-
(<type>integer</type>)
933
+
(<type>int</type>)
473
934
</term>
474
935
<listitem>
475
936
<simpara>
...
...
@@ -480,7 +941,7 @@
480
941
<varlistentry xml:id="constant.socket-enametoolong">
481
942
<term>
482
943
<constant>SOCKET_ENAMETOOLONG</constant>
483
-
(<type>integer</type>)
944
+
(<type>int</type>)
484
945
</term>
485
946
<listitem>
486
947
<simpara>
...
...
@@ -491,7 +952,7 @@
491
952
<varlistentry xml:id="constant.socket-enotempty">
492
953
<term>
493
954
<constant>SOCKET_ENOTEMPTY</constant>
494
-
(<type>integer</type>)
955
+
(<type>int</type>)
495
956
</term>
496
957
<listitem>
497
958
<simpara>
...
...
@@ -502,7 +963,7 @@
502
963
<varlistentry xml:id="constant.socket-eloop">
503
964
<term>
504
965
<constant>SOCKET_ELOOP</constant>
505
-
(<type>integer</type>)
966
+
(<type>int</type>)
506
967
</term>
507
968
<listitem>
508
969
<simpara>
...
...
@@ -513,7 +974,7 @@
513
974
<varlistentry xml:id="constant.socket-ewouldblock">
514
975
<term>
515
976
<constant>SOCKET_EWOULDBLOCK</constant>
516
-
(<type>integer</type>)
977
+
(<type>int</type>)
517
978
</term>
518
979
<listitem>
519
980
<simpara>
...
...
@@ -524,7 +985,7 @@
524
985
<varlistentry xml:id="constant.socket-eremote">
525
986
<term>
526
987
<constant>SOCKET_EREMOTE</constant>
527
-
(<type>integer</type>)
988
+
(<type>int</type>)
528
989
</term>
529
990
<listitem>
530
991
<simpara>
...
...
@@ -535,7 +996,7 @@
535
996
<varlistentry xml:id="constant.socket-eusers">
536
997
<term>
537
998
<constant>SOCKET_EUSERS</constant>
538
-
(<type>integer</type>)
999
+
(<type>int</type>)
539
1000
</term>
540
1001
<listitem>
541
1002
<simpara>
...
...
@@ -546,7 +1007,7 @@
546
1007
<varlistentry xml:id="constant.socket-enotsock">
547
1008
<term>
548
1009
<constant>SOCKET_ENOTSOCK</constant>
549
-
(<type>integer</type>)
1010
+
(<type>int</type>)
550
1011
</term>
551
1012
<listitem>
552
1013
<simpara>
...
...
@@ -557,7 +1018,7 @@
557
1018
<varlistentry xml:id="constant.socket-edestaddrreq">
558
1019
<term>
559
1020
<constant>SOCKET_EDESTADDRREQ</constant>
560
-
(<type>integer</type>)
1021
+
(<type>int</type>)
561
1022
</term>
562
1023
<listitem>
563
1024
<simpara>
...
...
@@ -568,7 +1029,7 @@
568
1029
<varlistentry xml:id="constant.socket-emsgsize">
569
1030
<term>
570
1031
<constant>SOCKET_EMSGSIZE</constant>
571
-
(<type>integer</type>)
1032
+
(<type>int</type>)
572
1033
</term>
573
1034
<listitem>
574
1035
<simpara>
...
...
@@ -579,7 +1040,7 @@
579
1040
<varlistentry xml:id="constant.socket-eprototype">
580
1041
<term>
581
1042
<constant>SOCKET_EPROTOTYPE</constant>
582
-
(<type>integer</type>)
1043
+
(<type>int</type>)
583
1044
</term>
584
1045
<listitem>
585
1046
<simpara>
...
...
@@ -590,7 +1051,7 @@
590
1051
<varlistentry xml:id="constant.socket-eprotonosupport">
591
1052
<term>
592
1053
<constant>SOCKET_EPROTONOSUPPORT</constant>
593
-
(<type>integer</type>)
1054
+
(<type>int</type>)
594
1055
</term>
595
1056
<listitem>
596
1057
<simpara>
...
...
@@ -601,7 +1062,7 @@
601
1062
<varlistentry xml:id="constant.socket-esocktnosupport">
602
1063
<term>
603
1064
<constant>SOCKET_ESOCKTNOSUPPORT</constant>
604
-
(<type>integer</type>)
1065
+
(<type>int</type>)
605
1066
</term>
606
1067
<listitem>
607
1068
<simpara>
...
...
@@ -612,7 +1073,7 @@
612
1073
<varlistentry xml:id="constant.socket-eopnotsupp">
613
1074
<term>
614
1075
<constant>SOCKET_EOPNOTSUPP</constant>
615
-
(<type>integer</type>)
1076
+
(<type>int</type>)
616
1077
</term>
617
1078
<listitem>
618
1079
<simpara>
...
...
@@ -623,7 +1084,7 @@
623
1084
<varlistentry xml:id="constant.socket-epfnosupport">
624
1085
<term>
625
1086
<constant>SOCKET_EPFNOSUPPORT</constant>
626
-
(<type>integer</type>)
1087
+
(<type>int</type>)
627
1088
</term>
628
1089
<listitem>
629
1090
<simpara>
...
...
@@ -634,7 +1095,7 @@
634
1095
<varlistentry xml:id="constant.socket-eafnosupport">
635
1096
<term>
636
1097
<constant>SOCKET_EAFNOSUPPORT</constant>
637
-
(<type>integer</type>)
1098
+
(<type>int</type>)
638
1099
</term>
639
1100
<listitem>
640
1101
<simpara>
...
...
@@ -645,7 +1106,7 @@
645
1106
<varlistentry xml:id="constant.socket-eaddrnotavail">
646
1107
<term>
647
1108
<constant>SOCKET_EADDRNOTAVAIL</constant>
648
-
(<type>integer</type>)
1109
+
(<type>int</type>)
649
1110
</term>
650
1111
<listitem>
651
1112
<simpara>
...
...
@@ -656,7 +1117,7 @@
656
1117
<varlistentry xml:id="constant.socket-enetdown">
657
1118
<term>
658
1119
<constant>SOCKET_ENETDOWN</constant>
659
-
(<type>integer</type>)
1120
+
(<type>int</type>)
660
1121
</term>
661
1122
<listitem>
662
1123
<simpara>
...
...
@@ -667,7 +1128,7 @@
667
1128
<varlistentry xml:id="constant.socket-enetunreach">
668
1129
<term>
669
1130
<constant>SOCKET_ENETUNREACH</constant>
670
-
(<type>integer</type>)
1131
+
(<type>int</type>)
671
1132
</term>
672
1133
<listitem>
673
1134
<simpara>
...
...
@@ -678,7 +1139,7 @@
678
1139
<varlistentry xml:id="constant.socket-enetreset">
679
1140
<term>
680
1141
<constant>SOCKET_ENETRESET</constant>
681
-
(<type>integer</type>)
1142
+
(<type>int</type>)
682
1143
</term>
683
1144
<listitem>
684
1145
<simpara>
...
...
@@ -689,7 +1150,7 @@
689
1150
<varlistentry xml:id="constant.socket-econnaborted">
690
1151
<term>
691
1152
<constant>SOCKET_ECONNABORTED</constant>
692
-
(<type>integer</type>)
1153
+
(<type>int</type>)
693
1154
</term>
694
1155
<listitem>
695
1156
<simpara>
...
...
@@ -700,7 +1161,7 @@
700
1161
<varlistentry xml:id="constant.socket-econnreset">
701
1162
<term>
702
1163
<constant>SOCKET_ECONNRESET</constant>
703
-
(<type>integer</type>)
1164
+
(<type>int</type>)
704
1165
</term>
705
1166
<listitem>
706
1167
<simpara>
...
...
@@ -711,7 +1172,7 @@
711
1172
<varlistentry xml:id="constant.socket-enobufs">
712
1173
<term>
713
1174
<constant>SOCKET_ENOBUFS</constant>
714
-
(<type>integer</type>)
1175
+
(<type>int</type>)
715
1176
</term>
716
1177
<listitem>
717
1178
<simpara>
...
...
@@ -722,7 +1183,7 @@
722
1183
<varlistentry xml:id="constant.socket-eisconn">
723
1184
<term>
724
1185
<constant>SOCKET_EISCONN</constant>
725
-
(<type>integer</type>)
1186
+
(<type>int</type>)
726
1187
</term>
727
1188
<listitem>
728
1189
<simpara>
...
...
@@ -733,7 +1194,7 @@
733
1194
<varlistentry xml:id="constant.socket-enotconn">
734
1195
<term>
735
1196
<constant>SOCKET_ENOTCONN</constant>
736
-
(<type>integer</type>)
1197
+
(<type>int</type>)
737
1198
</term>
738
1199
<listitem>
739
1200
<simpara>
...
...
@@ -744,7 +1205,7 @@
744
1205
<varlistentry xml:id="constant.socket-eshutdown">
745
1206
<term>
746
1207
<constant>SOCKET_ESHUTDOWN</constant>
747
-
(<type>integer</type>)
1208
+
(<type>int</type>)
748
1209
</term>
749
1210
<listitem>
750
1211
<simpara>
...
...
@@ -755,7 +1216,7 @@
755
1216
<varlistentry xml:id="constant.socket-etimedout">
756
1217
<term>
757
1218
<constant>SOCKET_ETIMEDOUT</constant>
758
-
(<type>integer</type>)
1219
+
(<type>int</type>)
759
1220
</term>
760
1221
<listitem>
761
1222
<simpara>
...
...
@@ -766,7 +1227,7 @@
766
1227
<varlistentry xml:id="constant.socket-econnrefused">
767
1228
<term>
768
1229
<constant>SOCKET_ECONNREFUSED</constant>
769
-
(<type>integer</type>)
1230
+
(<type>int</type>)
770
1231
</term>
771
1232
<listitem>
772
1233
<simpara>
...
...
@@ -777,7 +1238,7 @@
777
1238
<varlistentry xml:id="constant.socket-ehostdown">
778
1239
<term>
779
1240
<constant>SOCKET_EHOSTDOWN</constant>
780
-
(<type>integer</type>)
1241
+
(<type>int</type>)
781
1242
</term>
782
1243
<listitem>
783
1244
<simpara>
...
...
@@ -788,7 +1249,7 @@
788
1249
<varlistentry xml:id="constant.socket-ehostunreach">
789
1250
<term>
790
1251
<constant>SOCKET_EHOSTUNREACH</constant>
791
-
(<type>integer</type>)
1252
+
(<type>int</type>)
792
1253
</term>
793
1254
<listitem>
794
1255
<simpara>
...
...
@@ -799,7 +1260,7 @@
799
1260
<varlistentry xml:id="constant.socket-ealready">
800
1261
<term>
801
1262
<constant>SOCKET_EALREADY</constant>
802
-
(<type>integer</type>)
1263
+
(<type>int</type>)
803
1264
</term>
804
1265
<listitem>
805
1266
<simpara>
...
...
@@ -810,7 +1271,7 @@
810
1271
<varlistentry xml:id="constant.socket-einprogress">
811
1272
<term>
812
1273
<constant>SOCKET_EINPROGRESS</constant>
813
-
(<type>integer</type>)
1274
+
(<type>int</type>)
814
1275
</term>
815
1276
<listitem>
816
1277
<simpara>
...
...
@@ -835,7 +1296,7 @@
835
1296
<varlistentry xml:id="constant.socket-enoprotoopt">
836
1297
<term>
837
1298
<constant>SOCKET_ENOPROTOOPT</constant>
838
-
(<type>integer</type>)
1299
+
(<type>int</type>)
839
1300
</term>
840
1301
<listitem>
841
1302
<simpara>
...
...
@@ -851,7 +1312,7 @@
851
1312
<varlistentry xml:id="constant.socket-eaddrinuse">
852
1313
<term>
853
1314
<constant>SOCKET_EADDRINUSE</constant>
854
-
(<type>integer</type>)
1315
+
(<type>int</type>)
855
1316
</term>
856
1317
<listitem>
857
1318
<simpara>
...
...
@@ -872,7 +1333,7 @@
872
1333
<varlistentry xml:id="constant.socket-etoomyrefs">
873
1334
<term>
874
1335
<constant>SOCKET_ETOOMYREFS</constant>
875
-
(<type>integer</type>)
1336
+
(<type>int</type>)
876
1337
</term>
877
1338
<listitem>
878
1339
<simpara>
...
...
@@ -890,7 +1351,7 @@
890
1351
<varlistentry xml:id="constant.socket-eproclim">
891
1352
<term>
892
1353
<constant>SOCKET_EPROCLIM</constant>
893
-
(<type>integer</type>)
1354
+
(<type>int</type>)
894
1355
</term>
895
1356
<listitem>
896
1357
<simpara>
...
...
@@ -902,7 +1363,7 @@
902
1363
<varlistentry xml:id="constant.socket-eduot">
903
1364
<term>
904
1365
<constant>SOCKET_EDUOT</constant>
905
-
(<type>integer</type>)
1366
+
(<type>int</type>)
906
1367
</term>
907
1368
<listitem>
908
1369
<simpara>
...
...
@@ -913,7 +1374,7 @@
913
1374
<varlistentry xml:id="constant.socket-estale">
914
1375
<term>
915
1376
<constant>SOCKET_ESTALE</constant>
916
-
(<type>integer</type>)
1377
+
(<type>int</type>)
917
1378
</term>
918
1379
<listitem>
919
1380
<simpara>
...
...
@@ -925,7 +1386,7 @@
925
1386
<varlistentry xml:id="constant.socket-ediscon">
926
1387
<term>
927
1388
<constant>SOCKET_EDISCON</constant>
928
-
(<type>integer</type>)
1389
+
(<type>int</type>)
929
1390
</term>
930
1391
<listitem>
931
1392
<simpara>
...
...
@@ -936,7 +1397,7 @@
936
1397
<varlistentry xml:id="constant.socket-sysnotready">
937
1398
<term>
938
1399
<constant>SOCKET_SYSNOTREADY</constant>
939
-
(<type>integer</type>)
1400
+
(<type>int</type>)
940
1401
</term>
941
1402
<listitem>
942
1403
<simpara>
...
...
@@ -947,7 +1408,7 @@
947
1408
<varlistentry xml:id="constant.socket-vernotsupported">
948
1409
<term>
949
1410
<constant>SOCKET_VERNOTSUPPORTED</constant>
950
-
(<type>integer</type>)
1411
+
(<type>int</type>)
951
1412
</term>
952
1413
<listitem>
953
1414
<simpara>
...
...
@@ -958,7 +1419,7 @@
958
1419
<varlistentry xml:id="constant.socket-notinitialised">
959
1420
<term>
960
1421
<constant>SOCKET_NOTINITIALISED</constant>
961
-
(<type>integer</type>)
1422
+
(<type>int</type>)
962
1423
</term>
963
1424
<listitem>
964
1425
<simpara>
...
...
@@ -969,7 +1430,7 @@
969
1430
<varlistentry xml:id="constant.socket-host-not-found">
970
1431
<term>
971
1432
<constant>SOCKET_HOST_NOT_FOUND</constant>
972
-
(<type>integer</type>)
1433
+
(<type>int</type>)
973
1434
</term>
974
1435
<listitem>
975
1436
<simpara>
...
...
@@ -980,7 +1441,7 @@
980
1441
<varlistentry xml:id="constant.socket-try-again">
981
1442
<term>
982
1443
<constant>SOCKET_TRY_AGAIN</constant>
983
-
(<type>integer</type>)
1444
+
(<type>int</type>)
984
1445
</term>
985
1446
<listitem>
986
1447
<simpara>
...
...
@@ -991,7 +1452,7 @@
991
1452
<varlistentry xml:id="constant.socket-no-recovery">
992
1453
<term>
993
1454
<constant>SOCKET_NO_RECOVERY</constant>
994
-
(<type>integer</type>)
1455
+
(<type>int</type>)
995
1456
</term>
996
1457
<listitem>
997
1458
<simpara>
...
...
@@ -1002,7 +1463,7 @@
1002
1463
<varlistentry xml:id="constant.socket-no-data">
1003
1464
<term>
1004
1465
<constant>SOCKET_NO_DATA</constant>
1005
-
(<type>integer</type>)
1466
+
(<type>int</type>)
1006
1467
</term>
1007
1468
<listitem>
1008
1469
<simpara>
...
...
@@ -1013,7 +1474,7 @@
1013
1474
<varlistentry xml:id="constant.socket-no-address">
1014
1475
<term>
1015
1476
<constant>SOCKET_NO_ADDRESS</constant>
1016
-
(<type>integer</type>)
1477
+
(<type>int</type>)
1017
1478
</term>
1018
1479
<listitem>
1019
1480
<simpara>
...
...
@@ -1033,7 +1494,7 @@
1033
1494
<varlistentry xml:id="constant.socket-eperm">
1034
1495
<term>
1035
1496
<constant>SOCKET_EPERM</constant>
1036
-
(<type>integer</type>)
1497
+
(<type>int</type>)
1037
1498
</term>
1038
1499
<listitem>
1039
1500
<simpara>
...
...
@@ -1044,7 +1505,7 @@
1044
1505
<varlistentry xml:id="constant.socket-enoent">
1045
1506
<term>
1046
1507
<constant>SOCKET_ENOENT</constant>
1047
-
(<type>integer</type>)
1508
+
(<type>int</type>)
1048
1509
</term>
1049
1510
<listitem>
1050
1511
<simpara>
...
...
@@ -1055,7 +1516,7 @@
1055
1516
<varlistentry xml:id="constant.socket-eio">
1056
1517
<term>
1057
1518
<constant>SOCKET_EIO</constant>
1058
-
(<type>integer</type>)
1519
+
(<type>int</type>)
1059
1520
</term>
1060
1521
<listitem>
1061
1522
<simpara>
...
...
@@ -1066,7 +1527,7 @@
1066
1527
<varlistentry xml:id="constant.socket-enxio">
1067
1528
<term>
1068
1529
<constant>SOCKET_ENXIO</constant>
1069
-
(<type>integer</type>)
1530
+
(<type>int</type>)
1070
1531
</term>
1071
1532
<listitem>
1072
1533
<simpara>
...
...
@@ -1077,7 +1538,7 @@
1077
1538
<varlistentry xml:id="constant.socket-e2big">
1078
1539
<term>
1079
1540
<constant>SOCKET_E2BIG</constant>
1080
-
(<type>integer</type>)
1541
+
(<type>int</type>)
1081
1542
</term>
1082
1543
<listitem>
1083
1544
<simpara>
...
...
@@ -1088,7 +1549,7 @@
1088
1549
<varlistentry xml:id="constant.socket-eagain">
1089
1550
<term>
1090
1551
<constant>SOCKET_EAGAIN</constant>
1091
-
(<type>integer</type>)
1552
+
(<type>int</type>)
1092
1553
</term>
1093
1554
<listitem>
1094
1555
<simpara>
...
...
@@ -1099,7 +1560,7 @@
1099
1560
<varlistentry xml:id="constant.socket-enomem">
1100
1561
<term>
1101
1562
<constant>SOCKET_ENOMEM</constant>
1102
-
(<type>integer</type>)
1563
+
(<type>int</type>)
1103
1564
</term>
1104
1565
<listitem>
1105
1566
<simpara>
...
...
@@ -1110,7 +1571,7 @@
1110
1571
<varlistentry xml:id="constant.socket-enotblk">
1111
1572
<term>
1112
1573
<constant>SOCKET_ENOTBLK</constant>
1113
-
(<type>integer</type>)
1574
+
(<type>int</type>)
1114
1575
</term>
1115
1576
<listitem>
1116
1577
<simpara>
...
...
@@ -1121,7 +1582,7 @@
1121
1582
<varlistentry xml:id="constant.socket-ebusy">
1122
1583
<term>
1123
1584
<constant>SOCKET_EBUSY</constant>
1124
-
(<type>integer</type>)
1585
+
(<type>int</type>)
1125
1586
</term>
1126
1587
<listitem>
1127
1588
<simpara>
...
...
@@ -1132,7 +1593,7 @@
1132
1593
<varlistentry xml:id="constant.socket-eexist">
1133
1594
<term>
1134
1595
<constant>SOCKET_EEXIST</constant>
1135
-
(<type>integer</type>)
1596
+
(<type>int</type>)
1136
1597
</term>
1137
1598
<listitem>
1138
1599
<simpara>
...
...
@@ -1143,7 +1604,7 @@
1143
1604
<varlistentry xml:id="constant.socket-exdev">
1144
1605
<term>
1145
1606
<constant>SOCKET_EXDEV</constant>
1146
-
(<type>integer</type>)
1607
+
(<type>int</type>)
1147
1608
</term>
1148
1609
<listitem>
1149
1610
<simpara>
...
...
@@ -1154,7 +1615,7 @@
1154
1615
<varlistentry xml:id="constant.socket-enodev">
1155
1616
<term>
1156
1617
<constant>SOCKET_ENODEV</constant>
1157
-
(<type>integer</type>)
1618
+
(<type>int</type>)
1158
1619
</term>
1159
1620
<listitem>
1160
1621
<simpara>
...
...
@@ -1165,7 +1626,7 @@
1165
1626
<varlistentry xml:id="constant.socket-enotdir">
1166
1627
<term>
1167
1628
<constant>SOCKET_ENOTDIR</constant>
1168
-
(<type>integer</type>)
1629
+
(<type>int</type>)
1169
1630
</term>
1170
1631
<listitem>
1171
1632
<simpara>
...
...
@@ -1176,7 +1637,7 @@
1176
1637
<varlistentry xml:id="constant.socket-eisdir">
1177
1638
<term>
1178
1639
<constant>SOCKET_EISDIR</constant>
1179
-
(<type>integer</type>)
1640
+
(<type>int</type>)
1180
1641
</term>
1181
1642
<listitem>
1182
1643
<simpara>
...
...
@@ -1187,7 +1648,7 @@
1187
1648
<varlistentry xml:id="constant.socket-enfile">
1188
1649
<term>
1189
1650
<constant>SOCKET_ENFILE</constant>
1190
-
(<type>integer</type>)
1651
+
(<type>int</type>)
1191
1652
</term>
1192
1653
<listitem>
1193
1654
<simpara>
...
...
@@ -1198,7 +1659,7 @@
1198
1659
<varlistentry xml:id="constant.socket-enotty">
1199
1660
<term>
1200
1661
<constant>SOCKET_ENOTTY</constant>
1201
-
(<type>integer</type>)
1662
+
(<type>int</type>)
1202
1663
</term>
1203
1664
<listitem>
1204
1665
<simpara>
...
...
@@ -1209,7 +1670,7 @@
1209
1670
<varlistentry xml:id="constant.socket-enospc">
1210
1671
<term>
1211
1672
<constant>SOCKET_ENOSPC</constant>
1212
-
(<type>integer</type>)
1673
+
(<type>int</type>)
1213
1674
</term>
1214
1675
<listitem>
1215
1676
<simpara>
...
...
@@ -1220,7 +1681,7 @@
1220
1681
<varlistentry xml:id="constant.socket-espipe">
1221
1682
<term>
1222
1683
<constant>SOCKET_ESPIPE</constant>
1223
-
(<type>integer</type>)
1684
+
(<type>int</type>)
1224
1685
</term>
1225
1686
<listitem>
1226
1687
<simpara>
...
...
@@ -1231,7 +1692,7 @@
1231
1692
<varlistentry xml:id="constant.socket-erofs">
1232
1693
<term>
1233
1694
<constant>SOCKET_EROFS</constant>
1234
-
(<type>integer</type>)
1695
+
(<type>int</type>)
1235
1696
</term>
1236
1697
<listitem>
1237
1698
<simpara>
...
...
@@ -1242,7 +1703,7 @@
1242
1703
<varlistentry xml:id="constant.socket-emlink">
1243
1704
<term>
1244
1705
<constant>SOCKET_EMLINK</constant>
1245
-
(<type>integer</type>)
1706
+
(<type>int</type>)
1246
1707
</term>
1247
1708
<listitem>
1248
1709
<simpara>
...
...
@@ -1253,7 +1714,7 @@
1253
1714
<varlistentry xml:id="constant.socket-epipe">
1254
1715
<term>
1255
1716
<constant>SOCKET_EPIPE</constant>
1256
-
(<type>integer</type>)
1717
+
(<type>int</type>)
1257
1718
</term>
1258
1719
<listitem>
1259
1720
<simpara>
...
...
@@ -1265,7 +1726,7 @@
1265
1726
<varlistentry xml:id="constant.socket-enolck">
1266
1727
<term>
1267
1728
<constant>SOCKET_ENOLCK</constant>
1268
-
(<type>integer</type>)
1729
+
(<type>int</type>)
1269
1730
</term>
1270
1731
<listitem>
1271
1732
<simpara>
...
...
@@ -1276,7 +1737,7 @@
1276
1737
<varlistentry xml:id="constant.socket-enosys">
1277
1738
<term>
1278
1739
<constant>SOCKET_ENOSYS</constant>
1279
-
(<type>integer</type>)
1740
+
(<type>int</type>)
1280
1741
</term>
1281
1742
<listitem>
1282
1743
<simpara>
...
...
@@ -1290,7 +1751,7 @@
1290
1751
<varlistentry xml:id="constant.socket-enomsg">
1291
1752
<term>
1292
1753
<constant>SOCKET_ENOMSG</constant>
1293
-
(<type>integer</type>)
1754
+
(<type>int</type>)
1294
1755
</term>
1295
1756
<listitem>
1296
1757
<simpara>
...
...
@@ -1301,7 +1762,7 @@
1301
1762
<varlistentry xml:id="constant.socket-eidrm">
1302
1763
<term>
1303
1764
<constant>SOCKET_EIDRM</constant>
1304
-
(<type>integer</type>)
1765
+
(<type>int</type>)
1305
1766
</term>
1306
1767
<listitem>
1307
1768
<simpara>
...
...
@@ -1312,7 +1773,7 @@
1312
1773
<varlistentry xml:id="constant.socket-echrng">
1313
1774
<term>
1314
1775
<constant>SOCKET_ECHRNG</constant>
1315
-
(<type>integer</type>)
1776
+
(<type>int</type>)
1316
1777
</term>
1317
1778
<listitem>
1318
1779
<simpara>
...
...
@@ -1323,7 +1784,7 @@
1323
1784
<varlistentry xml:id="constant.socket-el2nsync">
1324
1785
<term>
1325
1786
<constant>SOCKET_EL2NSYNC</constant>
1326
-
(<type>integer</type>)
1787
+
(<type>int</type>)
1327
1788
</term>
1328
1789
<listitem>
1329
1790
<simpara>
...
...
@@ -1334,7 +1795,7 @@
1334
1795
<varlistentry xml:id="constant.socket-el3hlt">
1335
1796
<term>
1336
1797
<constant>SOCKET_EL3HLT</constant>
1337
-
(<type>integer</type>)
1798
+
(<type>int</type>)
1338
1799
</term>
1339
1800
<listitem>
1340
1801
<simpara>
...
...
@@ -1345,7 +1806,7 @@
1345
1806
<varlistentry xml:id="constant.socket-el3rst">
1346
1807
<term>
1347
1808
<constant>SOCKET_EL3RST</constant>
1348
-
(<type>integer</type>)
1809
+
(<type>int</type>)
1349
1810
</term>
1350
1811
<listitem>
1351
1812
<simpara>
...
...
@@ -1356,7 +1817,7 @@
1356
1817
<varlistentry xml:id="constant.socket-elnrng">
1357
1818
<term>
1358
1819
<constant>SOCKET_ELNRNG</constant>
1359
-
(<type>integer</type>)
1820
+
(<type>int</type>)
1360
1821
</term>
1361
1822
<listitem>
1362
1823
<simpara>
...
...
@@ -1367,7 +1828,7 @@
1367
1828
<varlistentry xml:id="constant.socket-eunatch">
1368
1829
<term>
1369
1830
<constant>SOCKET_EUNATCH</constant>
1370
-
(<type>integer</type>)
1831
+
(<type>int</type>)
1371
1832
</term>
1372
1833
<listitem>
1373
1834
<simpara>
...
...
@@ -1378,7 +1839,7 @@
1378
1839
<varlistentry xml:id="constant.socket-enocsi">
1379
1840
<term>
1380
1841
<constant>SOCKET_ENOCSI</constant>
1381
-
(<type>integer</type>)
1842
+
(<type>int</type>)
1382
1843
</term>
1383
1844
<listitem>
1384
1845
<simpara>
...
...
@@ -1389,7 +1850,7 @@
1389
1850
<varlistentry xml:id="constant.socket-el2hlt">
1390
1851
<term>
1391
1852
<constant>SOCKET_EL2HLT</constant>
1392
-
(<type>integer</type>)
1853
+
(<type>int</type>)
1393
1854
</term>
1394
1855
<listitem>
1395
1856
<simpara>
...
...
@@ -1400,7 +1861,7 @@
1400
1861
<varlistentry xml:id="constant.socket-ebade">
1401
1862
<term>
1402
1863
<constant>SOCKET_EBADE</constant>
1403
-
(<type>integer</type>)
1864
+
(<type>int</type>)
1404
1865
</term>
1405
1866
<listitem>
1406
1867
<simpara>
...
...
@@ -1411,7 +1872,7 @@
1411
1872
<varlistentry xml:id="constant.socket-ebadr">
1412
1873
<term>
1413
1874
<constant>SOCKET_EBADR</constant>
1414
-
(<type>integer</type>)
1875
+
(<type>int</type>)
1415
1876
</term>
1416
1877
<listitem>
1417
1878
<simpara>
...
...
@@ -1422,7 +1883,7 @@
1422
1883
<varlistentry xml:id="constant.socket-exfull">
1423
1884
<term>
1424
1885
<constant>SOCKET_EXFULL</constant>
1425
-
(<type>integer</type>)
1886
+
(<type>int</type>)
1426
1887
</term>
1427
1888
<listitem>
1428
1889
<simpara>
...
...
@@ -1433,7 +1894,7 @@
1433
1894
<varlistentry xml:id="constant.socket-enoano">
1434
1895
<term>
1435
1896
<constant>SOCKET_ENOANO</constant>
1436
-
(<type>integer</type>)
1897
+
(<type>int</type>)
1437
1898
</term>
1438
1899
<listitem>
1439
1900
<simpara>
...
...
@@ -1444,7 +1905,7 @@
1444
1905
<varlistentry xml:id="constant.socket-ebadrqc">
1445
1906
<term>
1446
1907
<constant>SOCKET_EBADRQC</constant>
1447
-
(<type>integer</type>)
1908
+
(<type>int</type>)
1448
1909
</term>
1449
1910
<listitem>
1450
1911
<simpara>
...
...
@@ -1455,7 +1916,7 @@
1455
1916
<varlistentry xml:id="constant.socket-ebadslt">
1456
1917
<term>
1457
1918
<constant>SOCKET_EBADSLT</constant>
1458
-
(<type>integer</type>)
1919
+
(<type>int</type>)
1459
1920
</term>
1460
1921
<listitem>
1461
1922
<simpara>
...
...
@@ -1466,7 +1927,7 @@
1466
1927
<varlistentry xml:id="constant.socket-enostr">
1467
1928
<term>
1468
1929
<constant>SOCKET_ENOSTR</constant>
1469
-
(<type>integer</type>)
1930
+
(<type>int</type>)
1470
1931
</term>
1471
1932
<listitem>
1472
1933
<simpara>
...
...
@@ -1477,7 +1938,7 @@
1477
1938
<varlistentry xml:id="constant.socket-enodata">
1478
1939
<term>
1479
1940
<constant>SOCKET_ENODATA</constant>
1480
-
(<type>integer</type>)
1941
+
(<type>int</type>)
1481
1942
</term>
1482
1943
<listitem>
1483
1944
<simpara>
...
...
@@ -1488,7 +1949,7 @@
1488
1949
<varlistentry xml:id="constant.socket-etime">
1489
1950
<term>
1490
1951
<constant>SOCKET_ETIME</constant>
1491
-
(<type>integer</type>)
1952
+
(<type>int</type>)
1492
1953
</term>
1493
1954
<listitem>
1494
1955
<simpara>
...
...
@@ -1499,7 +1960,7 @@
1499
1960
<varlistentry xml:id="constant.socket-enosr">
1500
1961
<term>
1501
1962
<constant>SOCKET_ENOSR</constant>
1502
-
(<type>integer</type>)
1963
+
(<type>int</type>)
1503
1964
</term>
1504
1965
<listitem>
1505
1966
<simpara>
...
...
@@ -1510,7 +1971,7 @@
1510
1971
<varlistentry xml:id="constant.socket-enonet">
1511
1972
<term>
1512
1973
<constant>SOCKET_ENONET</constant>
1513
-
(<type>integer</type>)
1974
+
(<type>int</type>)
1514
1975
</term>
1515
1976
<listitem>
1516
1977
<simpara>
...
...
@@ -1522,7 +1983,7 @@
1522
1983
<varlistentry xml:id="constant.socket-enolink">
1523
1984
<term>
1524
1985
<constant>SOCKET_ENOLINK</constant>
1525
-
(<type>integer</type>)
1986
+
(<type>int</type>)
1526
1987
</term>
1527
1988
<listitem>
1528
1989
<simpara>
...
...
@@ -1533,7 +1994,7 @@
1533
1994
<varlistentry xml:id="constant.socket-eadv">
1534
1995
<term>
1535
1996
<constant>SOCKET_EADV</constant>
1536
-
(<type>integer</type>)
1997
+
(<type>int</type>)
1537
1998
</term>
1538
1999
<listitem>
1539
2000
<simpara>
...
...
@@ -1544,7 +2005,7 @@
1544
2005
<varlistentry xml:id="constant.socket-esrmnt">
1545
2006
<term>
1546
2007
<constant>SOCKET_ESRMNT</constant>
1547
-
(<type>integer</type>)
2008
+
(<type>int</type>)
1548
2009
</term>
1549
2010
<listitem>
1550
2011
<simpara>
...
...
@@ -1555,7 +2016,7 @@
1555
2016
<varlistentry xml:id="constant.socket-ecomm">
1556
2017
<term>
1557
2018
<constant>SOCKET_ECOMM</constant>
1558
-
(<type>integer</type>)
2019
+
(<type>int</type>)
1559
2020
</term>
1560
2021
<listitem>
1561
2022
<simpara>
...
...
@@ -1566,7 +2027,7 @@
1566
2027
<varlistentry xml:id="constant.socket-eproto">
1567
2028
<term>
1568
2029
<constant>SOCKET_EPROTO</constant>
1569
-
(<type>integer</type>)
2030
+
(<type>int</type>)
1570
2031
</term>
1571
2032
<listitem>
1572
2033
<simpara>
...
...
@@ -1577,7 +2038,7 @@
1577
2038
<varlistentry xml:id="constant.socket-emultihop">
1578
2039
<term>
1579
2040
<constant>SOCKET_EMULTIHOP</constant>
1580
-
(<type>integer</type>)
2041
+
(<type>int</type>)
1581
2042
</term>
1582
2043
<listitem>
1583
2044
<simpara>
...
...
@@ -1588,7 +2049,7 @@
1588
2049
<varlistentry xml:id="constant.socket-ebadmsg">
1589
2050
<term>
1590
2051
<constant>SOCKET_EBADMSG</constant>
1591
-
(<type>integer</type>)
2052
+
(<type>int</type>)
1592
2053
</term>
1593
2054
<listitem>
1594
2055
<simpara>
...
...
@@ -1599,7 +2060,7 @@
1599
2060
<varlistentry xml:id="constant.socket-enotuniq">
1600
2061
<term>
1601
2062
<constant>SOCKET_ENOTUNIQ</constant>
1602
-
(<type>integer</type>)
2063
+
(<type>int</type>)
1603
2064
</term>
1604
2065
<listitem>
1605
2066
<simpara>
...
...
@@ -1610,7 +2071,7 @@
1610
2071
<varlistentry xml:id="constant.socket-ebadfd">
1611
2072
<term>
1612
2073
<constant>SOCKET_EBADFD</constant>
1613
-
(<type>integer</type>)
2074
+
(<type>int</type>)
1614
2075
</term>
1615
2076
<listitem>
1616
2077
<simpara>
...
...
@@ -1621,7 +2082,7 @@
1621
2082
<varlistentry xml:id="constant.socket-eremchg">
1622
2083
<term>
1623
2084
<constant>SOCKET_EREMCHG</constant>
1624
-
(<type>integer</type>)
2085
+
(<type>int</type>)
1625
2086
</term>
1626
2087
<listitem>
1627
2088
<simpara>
...
...
@@ -1632,7 +2093,7 @@
1632
2093
<varlistentry xml:id="constant.socket-erestart">
1633
2094
<term>
1634
2095
<constant>SOCKET_ERESTART</constant>
1635
-
(<type>integer</type>)
2096
+
(<type>int</type>)
1636
2097
</term>
1637
2098
<listitem>
1638
2099
<simpara>
...
...
@@ -1643,7 +2104,7 @@
1643
2104
<varlistentry xml:id="constant.socket-estrpipe">
1644
2105
<term>
1645
2106
<constant>SOCKET_ESTRPIPE</constant>
1646
-
(<type>integer</type>)
2107
+
(<type>int</type>)
1647
2108
</term>
1648
2109
<listitem>
1649
2110
<simpara>
...
...
@@ -1659,7 +2120,7 @@
1659
2120
<varlistentry xml:id="constant.socket-eprotoopt">
1660
2121
<term>
1661
2122
<constant>SOCKET_EPROTOOPT</constant>
1662
-
(<type>integer</type>)
2123
+
(<type>int</type>)
1663
2124
</term>
1664
2125
<listitem>
1665
2126
<simpara>
...
...
@@ -1675,7 +2136,7 @@
1675
2136
<varlistentry xml:id="constant.socket-addrinuse">
1676
2137
<term>
1677
2138
<constant>SOCKET_ADDRINUSE</constant>
1678
-
(<type>integer</type>)
2139
+
(<type>int</type>)
1679
2140
</term>
1680
2141
<listitem>
1681
2142
<simpara>
...
...
@@ -1696,7 +2157,7 @@
1696
2157
<varlistentry xml:id="constant.socket-etoomanyrefs">
1697
2158
<term>
1698
2159
<constant>SOCKET_ETOOMANYREFS</constant>
1699
-
(<type>integer</type>)
2160
+
(<type>int</type>)
1700
2161
</term>
1701
2162
<listitem>
1702
2163
<simpara>
...
...
@@ -1713,7 +2174,7 @@
1713
2174
<varlistentry xml:id="constant.socket-eisnam">
1714
2175
<term>
1715
2176
<constant>SOCKET_EISNAM</constant>
1716
-
(<type>integer</type>)
2177
+
(<type>int</type>)
1717
2178
</term>
1718
2179
<listitem>
1719
2180
<simpara>
...
...
@@ -1724,7 +2185,7 @@
1724
2185
<varlistentry xml:id="constant.socket-eremoteio">
1725
2186
<term>
1726
2187
<constant>SOCKET_EREMOTEIO</constant>
1727
-
(<type>integer</type>)
2188
+
(<type>int</type>)
1728
2189
</term>
1729
2190
<listitem>
1730
2191
<simpara>
...
...
@@ -1735,7 +2196,7 @@
1735
2196
<varlistentry xml:id="constant.socket-edquot">
1736
2197
<term>
1737
2198
<constant>SOCKET_EDQUOT</constant>
1738
-
(<type>integer</type>)
2199
+
(<type>int</type>)
1739
2200
</term>
1740
2201
<listitem>
1741
2202
<simpara>
...
...
@@ -1746,7 +2207,7 @@
1746
2207
<varlistentry xml:id="constant.socket-enomedium">
1747
2208
<term>
1748
2209
<constant>SOCKET_ENOMEDIUM</constant>
1749
-
(<type>integer</type>)
2210
+
(<type>int</type>)
1750
2211
</term>
1751
2212
<listitem>
1752
2213
<simpara>
...
...
@@ -1757,7 +2218,7 @@
1757
2218
<varlistentry xml:id="constant.socket-emediumtype">
1758
2219
<term>
1759
2220
<constant>SOCKET_EMEDIUMTYPE</constant>
1760
-
(<type>integer</type>)
2221
+
(<type>int</type>)
1761
2222
</term>
1762
2223
<listitem>
1763
2224
<simpara>
...
...
@@ -1765,10 +2226,273 @@
1765
2226
</simpara>
1766
2227
</listitem>
1767
2228
</varlistentry>
2229
+
<varlistentry xml:id="constant.scm-rights">
2230
+
<term>
2231
+
<constant>SCM_RIGHTS</constant>
2232
+
(<type>int</type>)
2233
+
</term>
2234
+
<listitem>
2235
+
<simpara>
2236
+
Send or receive a set of open file descriptors from another process.
2237
+
</simpara>
2238
+
</listitem>
2239
+
</varlistentry>
2240
+
<varlistentry xml:id="constant.scm-credentials">
2241
+
<term>
2242
+
<constant>SCM_CREDENTIALS</constant>
2243
+
(<type>int</type>)
2244
+
</term>
2245
+
<listitem>
2246
+
<simpara>
2247
+

2248
+
</simpara>
2249
+
</listitem>
2250
+
</varlistentry>
2251
+
<varlistentry xml:id="constant.scm-creds">
2252
+
<term>
2253
+
<constant>SCM_CREDS</constant>
2254
+
(<type>int</type>)
2255
+
</term>
2256
+
<listitem>
2257
+
<simpara>
2258
+
Available as of PHP 8.2.0
2259
+
</simpara>
2260
+
</listitem>
2261
+
</varlistentry>
2262
+
<varlistentry xml:id="constant.scm-creds2">
2263
+
<term>
2264
+
<constant>SCM_CREDS2</constant>
2265
+
(<type>int</type>)
2266
+
</term>
2267
+
<listitem>
2268
+
<simpara>
2269
+
Available as of PHP 8.2.0
2270
+
</simpara>
2271
+
</listitem>
2272
+
</varlistentry>
2273
+
<varlistentry xml:id="constant.local-creds">
2274
+
<term>
2275
+
<constant>LOCAL_CREDS</constant>
2276
+
(<type>int</type>)
2277
+
</term>
2278
+
<listitem>
2279
+
<simpara>
2280
+
Available as of PHP 8.2.0
2281
+
</simpara>
2282
+
</listitem>
2283
+
</varlistentry>
2284
+
<varlistentry xml:id="constant.local-creds-persistent">
2285
+
<term>
2286
+
<constant>LOCAL_CREDS_PERSISTENT</constant>
2287
+
(<type>int</type>)
2288
+
</term>
2289
+
<listitem>
2290
+
<simpara>
2291
+
Available as of PHP 8.2.0
2292
+
</simpara>
2293
+
</listitem>
2294
+
</varlistentry>
2295
+
<varlistentry xml:id="constant.skf-ad-off">
2296
+
<term>
2297
+
<constant>SKF_AD_OFF</constant>
2298
+
(<type>int</type>)
2299
+
</term>
2300
+
<listitem>
2301
+
<simpara>
2302
+
Available as of PHP 8.2.0
2303
+
</simpara>
2304
+
</listitem>
2305
+
</varlistentry>
2306
+
<varlistentry xml:id="constant.skf-ad-protocol">
2307
+
<term>
2308
+
<constant>SKF_AD_PROTOCOL</constant>
2309
+
(<type>int</type>)
2310
+
</term>
2311
+
<listitem>
2312
+
<simpara>
2313
+
Available as of PHP 8.2.0
2314
+
</simpara>
2315
+
</listitem>
2316
+
</varlistentry>
2317
+
<varlistentry xml:id="constant.skf-ad-pkttype">
2318
+
<term>
2319
+
<constant>SKF_AD_PKTTYPE</constant>
2320
+
(<type>int</type>)
2321
+
</term>
2322
+
<listitem>
2323
+
<simpara>
2324
+
Available as of PHP 8.2.0
2325
+
</simpara>
2326
+
</listitem>
2327
+
</varlistentry>
2328
+
<varlistentry xml:id="constant.skf-ad-ifindex">
2329
+
<term>
2330
+
<constant>SKF_AD_IFINDEX</constant>
2331
+
(<type>int</type>)
2332
+
</term>
2333
+
<listitem>
2334
+
<simpara>
2335
+
Available as of PHP 8.2.0
2336
+
</simpara>
2337
+
</listitem>
2338
+
</varlistentry>
2339
+
<varlistentry xml:id="constant.skf-ad-nlattr">
2340
+
<term>
2341
+
<constant>SKF_AD_NLATTR</constant>
2342
+
(<type>int</type>)
2343
+
</term>
2344
+
<listitem>
2345
+
<simpara>
2346
+
Available as of PHP 8.2.0
2347
+
</simpara>
2348
+
</listitem>
2349
+
</varlistentry>
2350
+
<varlistentry xml:id="constant.skf-ad-nlattr-nest">
2351
+
<term>
2352
+
<constant>SKF_AD_NLATTR_NEST</constant>
2353
+
(<type>int</type>)
2354
+
</term>
2355
+
<listitem>
2356
+
<simpara>
2357
+
Available as of PHP 8.2.0
2358
+
</simpara>
2359
+
</listitem>
2360
+
</varlistentry>
2361
+
<varlistentry xml:id="constant.skf-ad-mark">
2362
+
<term>
2363
+
<constant>SKF_AD_MARK</constant>
2364
+
(<type>int</type>)
2365
+
</term>
2366
+
<listitem>
2367
+
<simpara>
2368
+
Available as of PHP 8.2.0
2369
+
</simpara>
2370
+
</listitem>
2371
+
</varlistentry>
2372
+
<varlistentry xml:id="constant.skf-ad-queue">
2373
+
<term>
2374
+
<constant>SKF_AD_QUEUE</constant>
2375
+
(<type>int</type>)
2376
+
</term>
2377
+
<listitem>
2378
+
<simpara>
2379
+
Available as of PHP 8.2.0
2380
+
</simpara>
2381
+
</listitem>
2382
+
</varlistentry>
2383
+
<varlistentry xml:id="constant.skf-ad-hatype">
2384
+
<term>
2385
+
<constant>SKF_AD_HATYPE</constant>
2386
+
(<type>int</type>)
2387
+
</term>
2388
+
<listitem>
2389
+
<simpara>
2390
+
Available as of PHP 8.2.0
2391
+
</simpara>
2392
+
</listitem>
2393
+
</varlistentry>
2394
+
<varlistentry xml:id="constant.skf-ad-rxhash">
2395
+
<term>
2396
+
<constant>SKF_AD_RXHASH</constant>
2397
+
(<type>int</type>)
2398
+
</term>
2399
+
<listitem>
2400
+
<simpara>
2401
+
Available as of PHP 8.2.0
2402
+
</simpara>
2403
+
</listitem>
2404
+
</varlistentry>
2405
+
<varlistentry xml:id="constant.skf-ad-cpu">
2406
+
<term>
2407
+
<constant>SKF_AD_CPU</constant>
2408
+
(<type>int</type>)
2409
+
</term>
2410
+
<listitem>
2411
+
<simpara>
2412
+
Available as of PHP 8.2.0
2413
+
</simpara>
2414
+
</listitem>
2415
+
</varlistentry>
2416
+
<varlistentry xml:id="constant.skf-ad-alu-xor-x">
2417
+
<term>
2418
+
<constant>SKF_AD_ALU_XOR_X</constant>
2419
+
(<type>int</type>)
2420
+
</term>
2421
+
<listitem>
2422
+
<simpara>
2423
+
Available as of PHP 8.2.0
2424
+
</simpara>
2425
+
</listitem>
2426
+
</varlistentry>
2427
+
<varlistentry xml:id="constant.skf-ad-vlan-tag">
2428
+
<term>
2429
+
<constant>SKF_AD_VLAN_TAG</constant>
2430
+
(<type>int</type>)
2431
+
</term>
2432
+
<listitem>
2433
+
<simpara>
2434
+
Available as of PHP 8.2.0
2435
+
</simpara>
2436
+
</listitem>
2437
+
</varlistentry>
2438
+
<varlistentry xml:id="constant.skf-ad-vlan-tag-present">
2439
+
<term>
2440
+
<constant>SKF_AD_VLAN_TAG_PRESENT</constant>
2441
+
(<type>int</type>)
2442
+
</term>
2443
+
<listitem>
2444
+
<simpara>
2445
+
Available as of PHP 8.2.0
2446
+
</simpara>
2447
+
</listitem>
2448
+
</varlistentry>
2449
+
<varlistentry xml:id="constant.skf-ad-pay-offset">
2450
+
<term>
2451
+
<constant>SKF_AD_PAY_OFFSET</constant>
2452
+
(<type>int</type>)
2453
+
</term>
2454
+
<listitem>
2455
+
<simpara>
2456
+
Available as of PHP 8.2.0
2457
+
</simpara>
2458
+
</listitem>
2459
+
</varlistentry>
2460
+
<varlistentry xml:id="constant.skf-ad-random">
2461
+
<term>
2462
+
<constant>SKF_AD_RANDOM</constant>
2463
+
(<type>int</type>)
2464
+
</term>
2465
+
<listitem>
2466
+
<simpara>
2467
+
Available as of PHP 8.2.0
2468
+
</simpara>
2469
+
</listitem>
2470
+
</varlistentry>
2471
+
<varlistentry xml:id="constant.skf-ad-vlan-tpid">
2472
+
<term>
2473
+
<constant>SKF_AD_VLAN_TPID</constant>
2474
+
(<type>int</type>)
2475
+
</term>
2476
+
<listitem>
2477
+
<simpara>
2478
+
Available as of PHP 8.2.0
2479
+
</simpara>
2480
+
</listitem>
2481
+
</varlistentry>
2482
+
<varlistentry xml:id="constant.skf-ad-max">
2483
+
<term>
2484
+
<constant>SKF_AD_MAX</constant>
2485
+
(<type>int</type>)
2486
+
</term>
2487
+
<listitem>
2488
+
<simpara>
2489
+
Available as of PHP 8.2.0
2490
+
</simpara>
2491
+
</listitem>
2492
+
</varlistentry>
1768
2493
</variablelist>
1769
2494

1770
2495
</appendix>
1771
-

1772
2496
<!-- Keep this comment at the end of the file
1773
2497
Local variables:
1774
2498
mode: sgml
...
...
@@ -1789,4 +2513,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
1789
2513
vim: et tw=78 syn=sgml
1790
2514
vi: ts=1 sw=1
1791
2515
-->
1792
-

1793
2516