file_put_contents('a.html', "<html>
<body>hello</body>
</html>")
PHP访问HTML文件可以使用readfile、file等,例如:
readfile('a.html')
file_put_contents('a.html', "<html>
<body>hello</body>
</html>")
PHP访问HTML文件可以使用readfile、file等,例如:
readfile('a.html')