/**
*PHP页面静态化分为以下步骤:
*1.打开输出控制缓存
*2.返回输出缓存区的内容
*3.将一个字符串写入文件
*4.冲刷出缓存区的内容
*/
//1.打开输出控制缓存
ob_start();
?>
php页面静态化
//2.返回输出缓存区的内容
$contents = ob_get_contents();
//3.将一个字符串写入文件
file_put_contents("newindex.html",$contents);
//4.冲刷出缓存区的内容
ob_flush();
?>

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

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 Linux new version
SublimeText3 Linux latest version

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

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.
