php禁止缓存

  1. function nocache_headers() {   
  2. header('Expires: Thu, 01 Jan 1970 00:00:01 GMT');   
  3. header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');   
  4. header('Cache-Control: no-cache, must-revalidate, max-age=0');   
  5. header('Pragma: no-cache');   
  6. }   
  7. nocache_headers();   
复制代码
模板定制:[qq]876798555[/qq]