這個函數的功能是將數值轉換成json資料存放區格式。 <?php $arr = array ( 'Name'=>'希亞', 'Age'=>20 ); $jsonencode = json_encode($arr);
確定! 回上一頁