ftp_connection::close

Description

Closes the current FTP connection.

Syntax

bool ftp_connection::close ()



Return value

Expected type: Boolean
Description: Always returns true


Notes

  • Example: $package_ftp->close();
  • Sends the QUIT command to the server and closes the connection
Advertisement: