bool ftp_close ( resource $ftp_stream )
ftp_close() closes the given link identifier and releases the resource. Note: After calling this function, you can no longer use the FTP connection and must create a new one with ftp_connect().
Returns TRUE on success or FALSE on failure.