ftp_close Closes an FTP connection &reftitle.description; boolftp_close resourceftp_stream ftp_close closes the given link identifier and releases the resource. After calling this function, you can no longer use the FTP connection and must create a new one with ftp_connect. &reftitle.parameters; ftp_stream The link identifier of the FTP connection. &reftitle.returnvalues; &return.success; &reftitle.examples; <function>ftp_close</function> example ]]> &reftitle.seealso; ftp_connect