NukeViet\Ftp\Ftp::close PHP Method

close() public method

public close ( )
    public function close()
    {
        if (!is_resource($this->conn_id)) {
            return false;
        }
        ftp_close($this->conn_id);
    }