mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
A victim of rampant copy/pasting
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138302 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b46ecb56e3
commit
b9b347fba7
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.stream-socket-server">
|
||||
<refnamediv>
|
||||
<refname>stream_socket_server</refname>
|
||||
|
@ -41,10 +41,11 @@
|
|||
<parameter>errno</parameter> and <parameter>errstr</parameter>
|
||||
arguments are present they will be set to indicate the actual
|
||||
system level error that occurred in the system-level
|
||||
<literal>connect()</literal> call. If the value returned in
|
||||
<literal>socket()</literal>, <literal>bind()</literal>, and
|
||||
<literal>listen()</literal> calls. If the value returned in
|
||||
<parameter>errno</parameter> is <literal>0</literal> and the
|
||||
function returned &false;, it is an indication that the error
|
||||
occurred before the <literal>connect()</literal> call. This is
|
||||
occurred before the <literal>bind()</literal> call. This is
|
||||
most likely due to a problem initializing the socket. Note that
|
||||
the <parameter>errno</parameter> and
|
||||
<parameter>errstr</parameter> arguments will always be passed by
|
||||
|
|
Loading…
Reference in a new issue