From bd96998b0c67961ea7761abc0ed102bd5fdd93c9 Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Wed, 1 May 2002 08:53:27 +0000 Subject: [PATCH] - The socket_fd_*() functions have been removed quite some time ago. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80710 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sockets/functions.xml | 6 --- .../sockets/functions/socket-fd-alloc.xml | 41 ------------------ .../sockets/functions/socket-fd-clear.xml | 42 ------------------- .../sockets/functions/socket-fd-free.xml | 41 ------------------ .../sockets/functions/socket-fd-isset.xml | 42 ------------------- reference/sockets/functions/socket-fd-set.xml | 42 ------------------- .../sockets/functions/socket-fd-zero.xml | 41 ------------------ 7 files changed, 255 deletions(-) delete mode 100644 reference/sockets/functions/socket-fd-alloc.xml delete mode 100644 reference/sockets/functions/socket-fd-clear.xml delete mode 100644 reference/sockets/functions/socket-fd-free.xml delete mode 100644 reference/sockets/functions/socket-fd-isset.xml delete mode 100644 reference/sockets/functions/socket-fd-set.xml delete mode 100644 reference/sockets/functions/socket-fd-zero.xml diff --git a/reference/sockets/functions.xml b/reference/sockets/functions.xml index 7f94669aa3..0075e648a9 100644 --- a/reference/sockets/functions.xml +++ b/reference/sockets/functions.xml @@ -6,12 +6,6 @@ &reference.sockets.functions.socket-create; &reference.sockets.functions.socket-create-listen; &reference.sockets.functions.socket-create-pair; -&reference.sockets.functions.socket-fd-alloc; -&reference.sockets.functions.socket-fd-clear; -&reference.sockets.functions.socket-fd-free; -&reference.sockets.functions.socket-fd-isset; -&reference.sockets.functions.socket-fd-set; -&reference.sockets.functions.socket-fd-zero; &reference.sockets.functions.socket-getopt; &reference.sockets.functions.socket-getpeername; &reference.sockets.functions.socket-getsockname; diff --git a/reference/sockets/functions/socket-fd-alloc.xml b/reference/sockets/functions/socket-fd-alloc.xml deleted file mode 100644 index d89015b95d..0000000000 --- a/reference/sockets/functions/socket-fd-alloc.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - socket_fd_alloc - Allocates a new file descriptor set - - - Description - - resourcesocket_fd_alloc - - - &warn.experimental.func; - - &warn.undocumented.func; - - - - - diff --git a/reference/sockets/functions/socket-fd-clear.xml b/reference/sockets/functions/socket-fd-clear.xml deleted file mode 100644 index a2b7f7a1a5..0000000000 --- a/reference/sockets/functions/socket-fd-clear.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - socket_fd_clear - Clears (a) file descriptor(s) from a set - - - Description - - boolsocket_fd_clear - resourceset - mixedsocket - - &warn.experimental.func; - - &warn.undocumented.func; - - - - - diff --git a/reference/sockets/functions/socket-fd-free.xml b/reference/sockets/functions/socket-fd-free.xml deleted file mode 100644 index 51b19e5bbd..0000000000 --- a/reference/sockets/functions/socket-fd-free.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - socket_fd_free - Deallocates a file descriptor set - - - Description - - boolsocket_fd_free - resourceset - - &warn.experimental.func; - - &warn.undocumented.func; - - - - - diff --git a/reference/sockets/functions/socket-fd-isset.xml b/reference/sockets/functions/socket-fd-isset.xml deleted file mode 100644 index 2dded56e1c..0000000000 --- a/reference/sockets/functions/socket-fd-isset.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - socket_fd_isset - Checks to see if a file descriptor is set within the file descrirptor set - - - Description - - boolsocket_fd_isset - resourceset - resourcesocket - - &warn.experimental.func; - - &warn.undocumented.func; - - - - - diff --git a/reference/sockets/functions/socket-fd-set.xml b/reference/sockets/functions/socket-fd-set.xml deleted file mode 100644 index 4e249ab8a6..0000000000 --- a/reference/sockets/functions/socket-fd-set.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - socket_fd_set - Adds (a) file descriptor(s) to a set - - - Description - - boolsocket_fd_set - resourceset - mixedsocket - - &warn.experimental.func; - - &warn.undocumented.func; - - - - - diff --git a/reference/sockets/functions/socket-fd-zero.xml b/reference/sockets/functions/socket-fd-zero.xml deleted file mode 100644 index 1307291c4b..0000000000 --- a/reference/sockets/functions/socket-fd-zero.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - socket_fd_zero - Clears a file descriptor set - - - Description - - boolsocket_fd_zero - resourceset - - &warn.experimental.func; - - &warn.undocumented.func; - - - - -