标签:
文件:
打开和关闭: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"))
标签:
原文地址:http://www.cnblogs.com/htmlphp/p/5089477.html