update : 2015.11.03
php.shukuma.com검색:
|
ftp_close(PHP 4 >= 4.2.0, PHP 5, PHP 7) ftp_close — Closes an FTP connection 설명
bool ftp_close
( resource
$ftp_stream
)ftp_close() closes the given link identifier and releases the resource.
인수
반환값
성공 시 예제
Example #1 ftp_close() example
<?php |