Net_FTP::disconnect()

Net_FTP::disconnect() -- connects to a given FTP server

Synopsis

require_once 'Net/FTP.php';

void Net_FTP::connect ()

Description

Disconnect from the FTP server you're connected to.

Return value

void

Note

This function can not be called statically.

Example