]> granicus.if.org Git - php/commitdiff
Changed proto via Georg Richter's request.
authorSterling Hughes <sterling@php.net>
Tue, 8 Jan 2002 06:06:58 +0000 (06:06 +0000)
committerSterling Hughes <sterling@php.net>
Tue, 8 Jan 2002 06:06:58 +0000 (06:06 +0000)
ext/sockets/sockets.c

index 11dd0fb59de8b98236fae7853f4be077f9ac3baf..c52cfc28bd3538a5a854f4c01c971cfc839f5194 100644 (file)
@@ -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)
 {