From 1ab6d9444062e412aed5282ae8b18b00457ddaf1 Mon Sep 17 00:00:00 2001 From: Oliver Albers Date: Sun, 2 Oct 2005 14:49:52 +0000 Subject: [PATCH] Bug #34706: Added note to establish the connection using other functions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197352 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sockets/functions/socket-bind.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/sockets/functions/socket-bind.xml b/reference/sockets/functions/socket-bind.xml index 6a1ac7b7bb..b16bb307f4 100644 --- a/reference/sockets/functions/socket-bind.xml +++ b/reference/sockets/functions/socket-bind.xml @@ -1,5 +1,5 @@ - + socket_bind @@ -16,7 +16,9 @@ Binds the name given in address to the socket - described by socket. + described by socket. This has to be done before + a connection can be established using socket_connect + or socket_listen.