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