Page MenuHomeDevCentral

Determine if a TCP port is open
ClosedPublic

Authored by dereckson on Jul 4 2023, 21:09.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Feb 5, 12:13
Unknown Object (File)
Sun, Feb 2, 04:01
Unknown Object (File)
Fri, Jan 31, 23:37
Unknown Object (File)
Fri, Jan 31, 18:26
Unknown Object (File)
Fri, Jan 31, 13:41
Unknown Object (File)
Fri, Jan 31, 11:25
Unknown Object (File)
Thu, Jan 30, 04:43
Unknown Object (File)
Wed, Jan 29, 23:54
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:20PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warningomnitools/src/Network/SocketAddress.php:63PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warningomnitools/src/Network/SocketAddress.php:70PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warningomnitools/src/Network/SocketAddress.php:71PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Unit
Tests Passed
Branch
main
Build Status
Buildable 5094
Build 5375: arc lint + arc unit