json_encode("中文", JSON_UNESCAPED_UNICODE); ``` 2. 二、從資料表撈出 1. 物件 ``` json_decode($json) ``` 2. 陣列 ``` json_decode($json, true) ``` 3.
json_decode($json) ``` 2. 陣列 ``` json_decode($json, true) ``` 3.
json_decode($json, true) ``` 3.