weixin_慕仔0377108
2016-11-24 15:38
think php 中 file_ut_contents 这个函数 第一个参数 怎么写啊?
你指的是 file_put_contents 这个函数吧,它默认有四个参数,第一个参数代表你要生成的文件名称,假如你想生成 hello.html,就可以写成
<?php
echo file_put_contents("hello.html","hello world");
?>
PHP实现页面静态化
55586 学习 · 115 问题
相似问题