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