- Aha, we have &return.success; :-)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80713 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Markus Fischer 2002-05-01 09:06:50 +00:00
parent c9e55fa954
commit 5e5c4b6ded

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.3 -->
<refentry id="function.socket-bind">
<refnamediv>
@ -36,10 +36,10 @@
should be made.
</para>
<para>
Returns &true; on success, or a &false; on error. The error code can be
retrieved with <function>socket_last_error</function>. This code may be
passed to <function>socket_strerror</function> to get a textual
explanation of the error.
&return.success; The error code can be retrieved with
<function>socket_last_error</function>. This code may be passed to
<function>socket_strerror</function> to get a textual explanation of the
error.
</para>
<para>
See also