ftp_get
(PHP3 >= 3.0.13 , PHP4 >= 4.0b4)
ftp_get --- 从FTP伺服器下载文件
语法 :
int ftp_get
(int ftp_stream, string local_file, string remote_file, int mode)说明 :
成功则传回true,失败则传回false。
ftp_get( )从FTP伺服器获得文件remote_file,并且将它储存在本地的local_file,传输的模式mode必须是FTP_ASCII 或是FTP_BINARY。