(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
ftp_close — Closes an FTP connection
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().
Version | Description |
---|---|
8.1.0 |
The ftp parameter expects an FTP\Connection
instance now; previously, a resource was expected.
|
Example #1 ftp_close() example
<?php
/ set up basic connection
$ftp = ftp_connect($ftp_server);
/ login with username and password
$login_result = ftp_login($ftp, $ftp_user_name, $ftp_user_pass);
/ print the current directory
echo ftp_pwd($ftp);
/ close this connection
ftp_close($ftp);
?>
Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!
Check out: eBank.nz (Art Generator) |
Netwrck.com (AI Tools) |
Text-Generator.io (AI API) |
BitBank.nz (Crypto AI) |
ReadingTime (Kids Reading) |
RewordGame |
BigMultiplayerChess |
WebFiddle |
How.nz |
Helix AI Assistant