【发布时间】:2020-09-12 16:40:11
【问题描述】:
我正在按照 PHP 手册 https://www.php.net/manual/es/ftp.examples-basic.php 中公开的示例进行操作
$upload = ftp_put($conn_id, $destination_file, $source_file, FTP_BINARY);
$destination_file 和 $source_file 是什么意思?
我没有这方面的经验,谢谢!
【问题讨论】: