將讀寫改為實際檔案,再用讀檔的方式載入。

$file = fopen(FCPATH."/ajax/rand_list.json","w");
fputs($file,json_encode($list));
fclose($file);

 

 

$json = file_get_contents(FCPATH."/ajax/rand_list.json");
return $json;

arrow
arrow
    文章標籤
    php
    全站熱搜
    創作者介紹
    創作者 incode 的頭像
    incode

    程式筆記本

    incode 發表在 痞客邦 留言(0) 人氣()