不想用file_get_contents函数,因为文件太大
2 回答
Helenr
TA贡献1780条经验 获得超4个赞
$fp = fopen('a.txt', 'r+'); fseek($fp, 1024);fwrite($fp, str_repeat('a', 30));fclose($fp);
- 2 回答
- 0 关注
- 224 浏览
添加回答
举报
0/150
提交
取消