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