From bfb15a2547d6bc98c254a1fa83a249e1c2c41a6b Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Wed, 9 Jan 2002 16:51:46 +0000 Subject: [PATCH] - Some proto corrections git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67433 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/sockets.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/sockets.xml b/functions/sockets.xml index 1ff5c06da5..f9b5b9de03 100644 --- a/functions/sockets.xml +++ b/functions/sockets.xml @@ -1,5 +1,5 @@ - + Socket functions Sockets @@ -416,7 +416,7 @@ echo "OK.\n\n"; Description - mixed socket_read + string socket_read resource socket_des int length int type @@ -469,7 +469,7 @@ echo "OK.\n\n"; Description - int socket_create + resource socket_create int domain int type int protocol @@ -1034,7 +1034,7 @@ if (($ret = socket_bind ($socket, '127.0.0.1', 80)) < 0) { Description - mixed socket_recv + string socket_recv resource socket int len int flags