PHP ftp_quit() ຫົວຂໍ້

ການອະທິບາຍ ແລະ ການນໍາໃຊ້

ftp_quit() ຫົວຂໍ້ຂອງຫົວຂໍ້

ຫົວຂໍ້ຂອງຫົວຂໍ້

ກົດລະບຽບ

ftp_quit(ftp_connection)
ສະເພາະ ການອະທິບາຍ
ftp_connection ສະເພາະ. ຕິງຕາມການທີ່ຕ້ອງໃຊ້ FTP ການເຊື່ອມຕໍ່ (FTP connection identifier).

ຄຳເຕືອນ ແລະ ຄວາມຄິດຫົວຂໍ້

ຄຳເຕືອນ:ຫົວຂໍ້ຂອງຫົວຂໍ້ ftp_close() ອີກຫົວຂໍ້ຂອງຫົວຂໍ້

ຄວາມຈຳນວນ

<?php
$conn = ftp_connect("ftp.testftp.com") or die("Could not connect");
//ການດໍາເນີນການຈຳນວນທີ່ຕ້ອງດໍາເນີນ
ftp_quit($conn);
?>