安全なダウンロード
ファイルダウンロードヘッダーの出力を迅速に完了します
header("Content-type: application/x-download");
header("Content-Disposition:attachment; filename=$file_download_name;");
header("Accept-Ranges: bytes) ");
header("Content-Length: $download_size");
echo 'xxx'
ヘッダーを使用して FTP ダウンロード メソッドを出力し、ブレークポイント再開をサポートします
例:
header('Pragma: public' );
header('キャッシュ コントロール: プライベート');
header('キャッシュ コントロール: キャッシュなし、必須再検証');
header('受け入れ範囲: バイト');
header('接続: close');
header("Content-Type: audio/mpeg");
header("Location:ftp://download:123456@202.16.22.15/myth.rmvb");