GC_Filesystem_FTPext::__destruct()

最后更新于:2021-11-27 18:49:26

GC_Filesystem_FTPext::__destruct()

Destructor.

源文件

文件: gc-admin/includes/class-gc-filesystem-ftpext.php

	public function __destruct() {
		if ( $this->link ) {
			ftp_close( $this->link );
		}
	}