Func Ftp Close
# PHP ftp_close() Function
* * Complete PHP FTP Reference Manual](#)
* * *
## Definition and Usage
The ftp_close() function closes an FTP connection.
## Syntax
ftp_close(ftp_connection)
| Parameter | Description |
| :--- | :--- |
| ftp_connection | Required. Specifies the FTP connection to close. |
* * *
## Example
* * Complete PHP FTP Reference Manual](#)
YouTip