Pop\Ftp\Ftp::__destruct PHP 메소드

__destruct() 공개 메소드

Close the FTP connection.
public __destruct ( ) : void
리턴 void
    public function __destruct()
    {
        ftp_close($this->conn);
    }