From: Sterling Hughes Date: Tue, 8 Jan 2002 06:06:58 +0000 (+0000) Subject: Changed proto via Georg Richter's request. X-Git-Tag: PRE_ISSET_PATCH~251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4afe145a10aa89ef66821536e028cdbd77bd8641;p=php Changed proto via Georg Richter's request. --- diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c index 11dd0fb59d..c52cfc28bd 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -746,7 +746,7 @@ PHP_FUNCTION(socket_write) typedef int (*read_func)(int, void *, int); -/* {{{ proto string socket_read(resource socket, int length [, int type]) +/* {{{ proto mixed socket_read(resource socket, int length [, int type]) Reads length bytes from socket */ PHP_FUNCTION(socket_read) {