From d4d2fc5caaecc78b99d66d6f54a67a1d55dd6bb6 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 4 Nov 2005 15:14:19 +0000 Subject: [PATCH] Use stream_select() for advanced operations (bug #35077) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199961 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/stream/functions/stream-set-timeout.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/reference/stream/functions/stream-set-timeout.xml b/reference/stream/functions/stream-set-timeout.xml index a0416875ae..3bcb9bc795 100644 --- a/reference/stream/functions/stream-set-timeout.xml +++ b/reference/stream/functions/stream-set-timeout.xml @@ -1,5 +1,5 @@ - + @@ -62,6 +62,13 @@ if (!$fp) { may support this function. + + + This function doesn't work with advanced operations like + stream_socket_recvfrom, use + stream_select with timeout parameter instead. + + This function was previously called as set_socket_timeout and later