会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
不觉风止
博客园
首页
新随笔
联系
订阅
管理
2018年5月22日
PHP递归地创建文件
摘要: <?php if (!is_file(__DIR__.'/test/hello/world/test.txt')) { if (!is_dir(__DIR__.'/test/hello/world')) { $d = mkdir(__DIR__.'/test/hello/world', 0777, true); // 第三个参数即是否递归地创建目录 } $...
阅读全文
posted @ 2018-05-22 14:50 不觉风止
阅读(135)
评论(0)
推荐(0)
编辑
公告