reference/sockets/constants.xml
b9142963a5285844e7496613f666d29d323e8715
...
...
@@ -37,6 +37,17 @@
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>
...
...
@@ -158,6 +169,17 @@
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>
...
...
@@ -336,6 +358,17 @@
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>
...
...
@@ -347,6 +380,61 @@
347
380
</simpara>
348
381
</listitem>
349
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>
350
438
<varlistentry xml:id="constant.so-mark">
351
439
<term>
352
440
<constant>SO_MARK</constant>
...
...
@@ -369,10 +457,21 @@
369
457
</simpara>
370
458
</listitem>
371
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>
372
471
<varlistentry xml:id="constant.so-acceptfilter">
373
472
<term>
374
473
<constant>SO_ACCEPTFILTER</constant>
375
-
(<type>string</type>)
474
+
(<type>int</type>)
376
475
</term>
377
476
<listitem>
378
477
<simpara>
...
...
@@ -402,6 +501,171 @@
402
501
</simpara>
403
502
</listitem>
404
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>
405
669
<varlistentry xml:id="constant.tcp-defer-accept">
406
670
<term>
407
671
<constant>TCP_DEFER_ACCEPT</constant>
...
...
@@ -413,6 +677,138 @@
413
677
</simpara>
414
678
</listitem>
415
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)
809
+
</simpara>
810
+
</listitem>
811
+
</varlistentry>
416
812
<varlistentry xml:id="constant.sol-socket">
417
813
<term>
418
814
<constant>SOL_SOCKET</constant>
...
...
@@ -1830,7 +2226,7 @@
1830
2226
</simpara>
1831
2227
</listitem>
1832
2228
</varlistentry>
1833
-
<varlistentry xml:id="constant.socket-scmrights">
2229
+
<varlistentry xml:id="constant.scm-rights">
1834
2230
<term>
1835
2231
<constant>SCM_RIGHTS</constant>
1836
2232
(<type>int</type>)
...
...
@@ -1841,7 +2237,7 @@
1841
2237
</simpara>
1842
2238
</listitem>
1843
2239
</varlistentry>
1844
-
<varlistentry xml:id="constant.socket-credentials">
2240
+
<varlistentry xml:id="constant.scm-credentials">
1845
2241
<term>
1846
2242
<constant>SCM_CREDENTIALS</constant>
1847
2243
(<type>int</type>)
...
...
@@ -1852,10 +2248,251 @@
1852
2248
</simpara>
1853
2249
</listitem>
1854
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>
1855
2493
</variablelist>
1856
2494

1857
2495
</appendix>
1858
-

1859
2496
<!-- Keep this comment at the end of the file
1860
2497
Local variables:
1861
2498
mode: sgml
...
...
@@ -1876,4 +2513,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
1876
2513
vim: et tw=78 syn=sgml
1877
2514
vi: ts=1 sw=1
1878
2515
-->
1879
-

1880
2516