From 5101e5f9e28bf04c7299717552de33bf7f15439d Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Tue, 21 Dec 2004 17:32:19 +0000 Subject: [PATCH] new php5.1 function #real documentation later... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175285 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../stream/functions/stream-socket-pair.xml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100755 reference/stream/functions/stream-socket-pair.xml diff --git a/reference/stream/functions/stream-socket-pair.xml b/reference/stream/functions/stream-socket-pair.xml new file mode 100755 index 0000000000..1046452717 --- /dev/null +++ b/reference/stream/functions/stream-socket-pair.xml @@ -0,0 +1,45 @@ + + + + + stream_socket_pair + + Creates a pair of connected, indistinguishable socket streams + + + + Description + + arraystream_socket_pair + intdomain + inttype + intprotocol + + + stream_socket_pair creates a pair of connected, + indistinguishable socket streams. This function is commonly used in IPC + (InterProcess Communication). + + + + +