PHP创建文件,并向文件中写入数据,覆盖,追加的实现代码 创建文件我们用到函数fopen(stringfilename,stringmode)参数filename为创建文件名参数mode为以什么方 PHP创建文件