From b9b347fba7e01bbdd9a7353042e2eec5d86ac471 Mon Sep 17 00:00:00 2001 From: Sara Golemon <pollita@php.net> Date: Wed, 20 Aug 2003 01:58:44 +0000 Subject: [PATCH] A victim of rampant copy/pasting git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138302 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/stream/functions/stream-socket-server.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/stream/functions/stream-socket-server.xml b/reference/stream/functions/stream-socket-server.xml index e34310de2a..168f0d5843 100644 --- a/reference/stream/functions/stream-socket-server.xml +++ b/reference/stream/functions/stream-socket-server.xml @@ -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