<?php function mkhtml() { ob_start(); //输出内容 $temp = ob_get_contents(); ob_end_clean(); $fp = fopen("./index.htm", 'w'); fwrite($fp, $temp); } if (file_exists("./index.htm")) //看静态index.htm文件是否存在 { $time = time(); //文件修改时间和现在时间相差?的话,直接导向htm文件,否则重新生成htm if ($time - filemtime("./index.htm") < 600) { header("location:phprm.com/main.htm"); } } ?>
ob_start():是打开缓冲区的,就是要把您需要生成的静态文件的内容缓存在这里;
ob_get_contents():是读出缓冲区里的内容,下面有代码为例;
ob_end_clean():这个比较重要,只有使用了这个函数后,缓冲区里的内容才会读取出来
filemtime() 函数返回文件内容上次的修改时间.
若成功,则时间以 unix 时间戳的方式返回,若失败,则返回 false.
语法:filemtime(filename)
文章地址:
转载随意^^请带上本文地址!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Atom editor mac version download
The most popular open source editor

Notepad++7.3.1
Easy-to-use and free code editor
