Network\Connection::flush_read_buffer PHP Method

flush_read_buffer() public method

Flushes the read buffer.
public flush_read_buffer ( ) : void
return void
    public function flush_read_buffer()
    {
        $this->_read_buffer = null;
    }