   #PHP Manual Socket functions socket_set_block socket_set_option

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                              socket_set_nonblock

   (PHP 4 >= 4.1.0)
   socket_set_nonblock -- Sets nonblocking mode for file descriptor fd

Description

   bool socket_set_nonblock ( resource socket)

   Warning

   This function is EXPERIMENTAL. The behaviour of this function, the
   name of this function, and anything else documented about this
   function may change without notice in a future release of PHP. Use
   this function at your own risk.

   Warning

   This function is currently not documented; only the argument list is
   available.

   Returns TRUE on success or FALSE on failure.

   See also socket_set_block() and socket_set_option()
   ______________________________________________________________________

   Prev             Home              Next
   socket_set_block  Up  socket_set_option
