PHP不缓存数据头
栏目:php教程时间:2014-05-02 19:54:27
PHP不缓存数据头 - function nocache_headers() {
-
- @header( 'Expires: Wed, 11 Jan 1984 05:00:00 GMT' );
- @header( 'Last-Modified: ' . gmdate( 'D, d M Y H:i:s' ) . ' GMT' );
- @header( 'Cache-Control: no-cache, must-revalidate, max-age=0' );
- @header( 'Pragma: no-cache' );
- }
------分隔线----------------------------
------分隔线----------------------------