标签:
$content =array(‘color‘=> array(‘blue‘,‘red‘,‘green‘),‘size‘=> array(‘small‘,‘medium‘,‘large‘)); $wx=json_encode($content);echo file_put_contents("test.txt", $wx, FILE_APPEND);
php 生成.txt文件
原文地址:http://www.cnblogs.com/yzycoder/p/4654813.html