🌈 搜索
📅  最后修改于: 2022-03-11 14:54:26.205000             🧑  作者: Mango
$data = 'some data'.PHP_EOL; $fp = fopen('somefile', 'a'); fwrite($fp, $data);