stream_socket_pair()
to Create a Pair of Connected Socketsstream_socket_pair()
to Create a Pair of Connected SocketsThe stream_socket_pair()
function creates a pair of connected, indistinguishable socket streams. This is useful for inter-process communication.