__destruct() 공개 메소드

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();
 }