Home >php教程 >PHP源码 >将PHP数组有格式的写入文件中

将PHP数组有格式的写入文件中

PHP中文网
PHP中文网Original
2016-05-26 08:19:181000browse

php代码:

$categories=array(
k1 => v1,
k2 => v2
);
file_put_contents('result.txt', var_export($categories,true));
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn