php出现var_export does not handle circular references

来源:互联网 发布:怎么看自己的淘宝信誉 编辑:程序博客网 时间:2024/06/06 04:14

file_put_contents('888.txt', var_export($test,true));


将var_export更换为print_r


file_put_contents('888.txt', print_r($test,true));

阅读全文
0 0
原创粉丝点击