require_once 'Net/FTP.php';
void Net_FTP::disconnect ()
void Net_FTP::disconnect
Disconnect from the FTP server you're connected to.
void
Ez a függvény nem hívható statikusan.
Példa 50-1. Using disconnect()
<?php $test->disconnect(); ?>