Net_Socket::setBlocking()

Net_Socket::setBlocking() -- sets blocking mode

Synopsis

Описание

Sets whether the socket connection should be blocking or not. A read call to a non-blocking socket will return immediately if there is no data available, whereas it will block until there is data for blocking sockets.

Параметр

Возвращаемое значение

Throws

Заметка

Эта функция не должна вызываться статически.

См. также

Net_Socket::isBlocking()

    Поддержать сайт на родительском проекте КГБ