以下の内容はhttps://iww.hateblo.jp/entry/20080627/csvより取得しました。


ダウンロードとか

        header("Content-Type: application/octet-stream"); 
        header("Content-Disposition: inline; filename=$filename");
//      header("Content-Disposition: attachment; filename=$filename");
        header("Content-Length: ". strlen($csvfile));
        print($csvfile);
        ob_flush();
        flush();
        
        exit();

inlineだとブラウザの中で開きattachmentだとブラウザの外で開く




以上の内容はhttps://iww.hateblo.jp/entry/20080627/csvより取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14