写入文件

$f = fopen($file, 'w');  

fwrite($f, $data);

fclose($f);

posted @ 2010-04-15 16:24  火龙神  阅读(157)  评论(0编辑  收藏  举报