update : 2015.11.03
php.shukuma.com검색:
|
ftp_fget(PHP 4, PHP 5, PHP 7) ftp_fget — Downloads a file from the FTP server and saves to an open file 설명
bool ftp_fget
( resource
$ftp_stream
, resource $handle
, string $remote_file
, int $mode
[, int $resumepos = 0
] )
ftp_fget() retrieves 인수
반환값
성공 시 예제
Example #1 ftp_fget() example
<?php 참고
|