closeWrite() публичный Метод

Close write stream
public closeWrite ( ) : this
Результат this
Пример #1
0
 /**
  * Called when the request aborted.
  * @param \PHPDaemon\Core\ShellCommand $process
  * @return void
  */
 public function onWrite($process)
 {
     if ($this->attrs->stdin_done && $this->proc->writeState === false) {
         $this->proc->closeWrite();
     }
 }