mfischer Wed May 1 05:06:50 2002 EDT
Modified files:
/phpdoc/en/reference/sockets/functions socket-bind.xml
Log:
- Aha, we have &return.success; :-)
Index: phpdoc/en/reference/sockets/functions/socket-bind.xml
diff -u phpdoc/en/reference/sockets/functions/socket-bind.xml:1.3
phpdoc/en/reference/sockets/functions/socket-bind.xml:1.4
--- phpdoc/en/reference/sockets/functions/socket-bind.xml:1.3 Wed May 1 04:59:09
2002
+++ phpdoc/en/reference/sockets/functions/socket-bind.xml Wed May 1 05:06:50
+2002
@@ -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