From 9a86686675e68d1fbec2c364a9f6c6d732cd5d63 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Wed, 17 Sep 2003 12:31:11 +0000 Subject: [PATCH] adding return.success git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140508 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/stream/functions/stream-set-blocking.xml | 7 +++++-- reference/stream/functions/stream-set-timeout.xml | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/reference/stream/functions/stream-set-blocking.xml b/reference/stream/functions/stream-set-blocking.xml index fe3e5ecc06..762653245e 100644 --- a/reference/stream/functions/stream-set-blocking.xml +++ b/reference/stream/functions/stream-set-blocking.xml @@ -1,5 +1,5 @@ - + @@ -23,6 +23,9 @@ while in blocking mode it will wait for data to become available on the stream. + + &return.success; + This function was previously called as set_socket_blocking and later @@ -37,7 +40,7 @@ See also - stream_select + stream_select. diff --git a/reference/stream/functions/stream-set-timeout.xml b/reference/stream/functions/stream-set-timeout.xml index 6a8fd6f9ce..b3d037b9a9 100644 --- a/reference/stream/functions/stream-set-timeout.xml +++ b/reference/stream/functions/stream-set-timeout.xml @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ Sets the timeout value on stream, expressed in the sum of seconds and - microseconds. + microseconds. &return.success; - <function>stream_set_timeout</function> Example + <function>stream_set_timeout</function> example