__destruct() public method

Will be called, automatically, if you're supporting just PHP5. If you're supporting PHP4, you'll need to call disconnect().
public __destruct ( )
コード例 #1
0
ファイル: SSH2.php プロジェクト: renegare/depipe
 public function __destruct()
 {
     return @parent::__destruct();
 }