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 @@ - + stream_socket_server @@ -41,10 +41,11 @@ errno and errstr arguments are present they will be set to indicate the actual system level error that occurred in the system-level - connect() call. If the value returned in + socket(), bind(), and + listen() calls. If the value returned in errno is 0 and the function returned &false;, it is an indication that the error - occurred before the connect() call. This is + occurred before the bind() call. This is most likely due to a problem initializing the socket. Note that the errno and errstr arguments will always be passed by