From 4afe145a10aa89ef66821536e028cdbd77bd8641 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Tue, 8 Jan 2002 06:06:58 +0000 Subject: [PATCH] Changed proto via Georg Richter's request. --- ext/sockets/sockets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1