예제 #1
0
파일: Connection.php 프로젝트: evanjt/core
 /**
  * send input to smbclient
  *
  * @param string $input
  */
 public function write($input)
 {
     parent::write($input . PHP_EOL);
 }