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