print_r(['sdf','ewrw'],true)
数组以字符串记录(字符串转数组)
file_put_contents("1.txt",print_r(['sdf','ewrw'],true));
其实有很多方法
implode();//也可以