コード例 #1
0
ファイル: Smtp.php プロジェクト: leonardovn86/zf2_basic2013
 /**
  * Disconnect from remote host and free resource
  */
 protected function _disconnect()
 {
     // Make sure the session gets closed
     $this->quit();
     parent::_disconnect();
 }
コード例 #2
0
ファイル: Smtp.php プロジェクト: ppiedaderawnet/concrete5
 /**
  * Disconnect from remote host and free resource
  */
 protected function _disconnect()
 {
     // @codingStandardsIgnoreEnd
     // Make sure the session gets closed
     $this->quit();
     parent::_disconnect();
 }