예제 #1
0
파일: Exec.php 프로젝트: eason007/e-fw
 /**
  * Write command to connection
  * 
  * @return boolean
  */
 public function write()
 {
     $result = $this->_connection->write($this->_command);
     $this->_isWrited = true;
     return $result;
 }