require_once 'Net/FTP.php';
void Net_FTP::connect ()
void Net_FTP::connect
Disconnect from the FTP server you're connected to.
void
This function can not be called statically.
Example 38-1. Using disconnect()
<?php $test->disconnect(); ?>