stream_socket_pair
(no version information, might be only in CVS)
stream_socket_pair --
Creates a pair of connected, indistinguishable socket streams
Description
array
stream_socket_pair ( int domain, int type, int protocol )
stream_socket_pair() creates a pair of connected,
indistinguishable socket streams. This function is commonly used in IPC
(InterProcess Communication).