You are here

function Net_Socket::isBlocking in Flickr API 5

Find out if the socket is in blocking mode.

@access public

Return value

boolean The current blocking mode.

File

phpFlickr/PEAR/Net/Socket.php, line 173

Class

Net_Socket
Generalized Socket class.

Code

function isBlocking() {
  return $this->blocking;
}