dty3416 2017-10-23 13:37
浏览 612
已采纳

PHP:file_get_contents()强制从服务器而不是缓存中读取文件

I am trying to read my constants from a JSON file using

$const = file_get_contents('/myfolder/const.json');

Problem is this will always read the file from cache and not from my local XAMPP server. During development phase, this file is dynamic due to edits and I end up clearing the browser cache everytime there's a change in the file. How can I force to read from the server always (latency in doing this during development phase is fine. I will switch to normal post deployment - how?)? Any help is appreciated.

  • 写回答

3条回答 默认 最新

  • douxia6163 2017-10-23 13:42
    关注

    There are a couple of "accepted" solutions.

    The first is to add a timestamp to the file like

    $const = file_get_contents('/myfolder/const.json?'.date("Ymdhis"));
    

    You can also try this

    header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
    header("Cache-Control: post-check=0, pre-check=0", false);
    header("Pragma: no-cache");
    

    I suggest adding one of these, clearing your cache and then try to run the code. Adding the timestamp to the file has worked for me, when I add it before I start devving, and reloading the page.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 关于大棚监测的pcb板设计
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器