还是看一下手册吧http://cn.php.net/manual/zh/function.header.php

解决方案 »

  1.   

    header('Content-type: application/zip);
    header('Content-Disposition: attachment; filename="xxxxx.zip"');
      

  2.   

    header('Content-type: application/zip);
    header('Content-Disposition: attachment; filename="xxxxx.zip"');最详细的是在msdn里面的header元素,自己查看一下
      

  3.   

    header('Content-type: application/x-zip);
    header('Content-Disposition: inline; filename="xxxxx.zip"');可以的。
      

  4.   

    请看手册,建议到http://www.php.net看,http://cn.php.net/manual/en/function.header.php这里的note说的比较明白