PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once 'Net/Socket.php';
boolean Net_Socket::isBlocking ()
boolean Net_Socket::isBlocking
Find out if the socket is in blocking mode.
boolean - if TRUE, the connection is in blocking mode
This function can not be called statically.
Net_Socket::setBlocking()