<?php socket_create_pair( int $domain, int $type, int $protocol, array &$pair): bool
<?php public static function createPair(): array { socket_create_pair(AF_UNIX, SOCK_STREAM, 0, $sockets); [$socketToParent, $socketToChild] = $sockets;