Example #1
0
 /**
  * send input to smbclient
  *
  * @param string $input
  */
 public function write($input)
 {
     parent::write($input . PHP_EOL);
 }