From f16a6e5eee2519de341067a612969ee723919e15 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Tue, 18 May 2010 09:02:11 +0000 Subject: [PATCH] Fixed bug #51839 (Documentation of return types of stream_socket_accept is misleading) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299442 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/stream/functions/stream-socket-accept.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/stream/functions/stream-socket-accept.xml b/reference/stream/functions/stream-socket-accept.xml index 40210c27b4..3135a0c1b8 100644 --- a/reference/stream/functions/stream-socket-accept.xml +++ b/reference/stream/functions/stream-socket-accept.xml @@ -55,7 +55,8 @@ &reftitle.returnvalues; - &return.success; + Returns a stream to the accepted socket connection, and &false; on + failure.