|
ftp_putFTP サーバーにファイルをアップロードする 説明
bool ftp_put(
FTP\Connection $ftp ,string $remote_filename ,string $local_filename ,int $mode = FTP_BINARY ,int $offset = 0) ftp_put ローカルファイルを FTP サーバーに保存します。 パラメータ
戻り値
成功した場合に 変更履歴
例
例1 ftp_put の例
参考
|