mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
7be6bd75f6
commit
1ab6d94440
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue