php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
sockets.h File Reference

Go to the source code of this file.

Functions

PHPAPI int socketpair_win32 (int domain, int type, int protocol, SOCKET sock[2], int overlapped)
 
PHPAPI int socketpair (int domain, int type, int protocol, SOCKET sock[2])
 

Function Documentation

◆ socketpair()

PHPAPI int socketpair ( int domain,
int type,
int protocol,
SOCKET sock[2] )

Definition at line 94 of file sockets.c.

◆ socketpair_win32()

PHPAPI int socketpair_win32 ( int domain,
int type,
int protocol,
SOCKET sock[2],
int overlapped )

Definition at line 27 of file sockets.c.