PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
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 47-1. Using disconnect()
<?php $test->disconnect(); ?>