![]() | socket_set_nonblockDescriptionbool socket_set_nonblock ( resource socket )The socket_set_nonblock() function sets the O_NONBLOCK flag on the socket specified by the socket parameter.
如果成功则返回 TRUE,失败则返回 FALSE。 See also socket_set_block() and socket_set_option() ![]() There are no user contributed notes for this page. | ![]() |