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
This commit is contained in:
Oliver Albers 2005-10-02 14:49:52 +00:00
parent 7be6bd75f6
commit 1ab6d94440

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<refentry id="function.socket-bind">
<refnamediv>
<refname>socket_bind</refname>
@ -16,7 +16,9 @@
</methodsynopsis>
<para>
Binds the name given in <parameter>address</parameter> to the socket
described by <parameter>socket</parameter>.
described by <parameter>socket</parameter>. This has to be done before
a connection can be established using <function>socket_connect</function>
or <function>socket_listen</function>.
</para>
</refsect1>