コード例 #1
0
 protected function close_input()
 {
     if ($this->debug) {
         PhpAmqpLib_Helper_MiscHelper::debug_msg('closing input');
     }
     if (!is_null($this->input)) {
         $this->input->close();
         $this->input = null;
     }
 }