Ejemplo n.º 1
0
 /**
  * Write command to connection
  * 
  * @return boolean
  */
 public function write()
 {
     $result = $this->_connection->write($this->_command);
     $this->_isWrited = true;
     return $result;
 }