关闭连接
bool Core_Ftp::close( )
bool
public function close() { if (!$this->_is_conn()) { return false; } return @ftp_close($this->_conn_id); }