Page MenuHomeDevCentral

Determine if a TCP port is open
ClosedPublic

Authored by dereckson on Jul 4 2023, 21:09.
Tags
None
Referenced Files
F24676131: D3230.diff
Wed, Mar 4, 15:16
F24675481: D3230.diff
Wed, Mar 4, 14:28
F24673969: D3230.diff
Wed, Mar 4, 13:36
Unknown Object (File)
Thu, Feb 26, 16:50
Unknown Object (File)
Mon, Feb 23, 16:33
Unknown Object (File)
Mon, Feb 23, 13:30
Unknown Object (File)
Mon, Feb 23, 11:40
Unknown Object (File)
Mon, Feb 23, 03:40
Subscribers
None

Details

Summary

Create SocketAddress as a representation of a protocol, IP, port set.

Make IP, IPv4 and IPv6 a hierarchy of object representing IP addresses.

Use the Socket extension, but fallback to fsockopen if it's not available.

Use case: cache library keruald/cache tests suite needs to test if
a memcached or Redis instance is available on localhost to run those tests.

Test Plan

Tested on keruald/cache draft implementation

Diff Detail

Repository
rKERUALD Keruald libraries development repository
Lint
Lint Warnings
SeverityLocationCodeMessage
Warningomnitools/src/Network/Port.php:19PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warningomnitools/src/Network/SocketAddress.php:62PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warningomnitools/src/Network/SocketAddress.php:69PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warningomnitools/src/Network/SocketAddress.php:70PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Unit
Tests Passed
Branch
main
Build Status
Buildable 5093
Build 5374: arc lint + arc unit