文件寫入

寫入文件日誌 須要文件位置在項目根目錄 html

 

    $res['admin_house_id'] = $appArr['bianhao'];
    $res['time'] = date('Y-m-d H:i:s', time());
    $log = implode($res,',');
                                          
    $myfile = fopen("/data/html/58.txt", "a") or die("Unable to open file!");
    fwrite($myfile, $log);
    fclose($myfile);app

相關文章
相關標籤/搜索