php_program

fopen(路径和文件名,打开方式);
fclose(&fp);手动关掉,
unlink()删除文件函数
rmdir()删除目录函数
fread (打开的文件,结束位置);
filesize (路径和文件名);
fwrite (路径和文件名,写入的内容);

posted @ 2014-06-01 08:46  happy~girl  阅读(185)  评论(0)    收藏  举报