欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

php将数组或字符串写入文件

程序员文章站 2022-05-18 12:33:33
...
//将数组保存在文件中function export_to_file($file, $variable) {    $fopen = fopen($file, 'wb');    if (!$fopen) {        return false;    }    fwrite($fopen, "