將 array 輸出成 file
儲存
file_put_contents($filename, '<?php $arr = ' . var_export($arr, true) . ';');
讀出
include_once $filename;
if( isset($arr)){
return $arr;
}
將 array 輸出成 file
Reviewed by Wild
on
8/14/2014 06:12:00 下午
Rating:
沒有留言:
沒有Google帳號也可發表意見唷!