Lines Matching refs:_socket
427 $this->_socket = false;
467 if ( $this->_socket !== false )
468 fclose ( $this->_socket );
553 if ( $this->_socket!==false )
557 if ( !@feof ( $this->_socket ) )
558 return $this->_socket;
561 $this->_socket = false;
642 if ( $this->_socket === false )
1555 if ( $this->_socket !== false )
1568 $this->_socket = $fp;
1574 if ( $this->_socket === false )
1580 fclose ( $this->_socket );
1581 $this->_socket = false;