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