码迷,mamicode.com
首页 > Web开发 > 详细

php文件和目录操作函数

时间:2015-12-30 19:17:07      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:

文件:
打开和关闭:fopen(), fclose()
读:readfile(), file(), file_get_contents(), fgets(), fgetss(), fgetc()
写:fwrite(), file_put_contents()
//
其他操作:rename(), copy(), unlink(), filesize(), pathinfo(), stat(),
date("Y-m-d H:i:s",fileatime("ee.txt")), date("Y-m-d H:i:s",filemtime("ee.txt"))

php文件和目录操作函数

标签:

原文地址:http://www.cnblogs.com/htmlphp/p/5089477.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!