GC_Filesystem_ftpsockets::__destruct()

最后更新于:2021-11-27 19:49:29

GC_Filesystem_ftpsockets::__destruct()

Destructor.

源文件

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

	public function __destruct() {
		$this->ftp->quit();
	}