no message
This commit is contained in:
parent
3325fedf1d
commit
1a9876eac5
@ -247,7 +247,7 @@ final class FreenodeCrawl
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 确保文件头是 UTF-8(可选)
|
// 确保文件头是 UTF-8(可选)
|
||||||
// $content = "\xEF\xBB\xBF" . $content; // 如果需要 BOM,可以加上
|
$content = "\xEF\xBB\xBF" . $content; // 如果需要 BOM,可以加上
|
||||||
|
|
||||||
return file_put_contents($filename, $content) !== false;
|
return file_put_contents($filename, $content) !== false;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user