Home > Q&A > body text
php json_encode function encrypts a two-dimensional array, returns false!!!!!???? Why is this, please give me some advice
ringa_lee2018-08-04 09:40:31
Send me your array format and see
Summer2018-08-03 18:24:19
json_encode is to convert json data into an array
You said the opposite, json_decode is the conversion of json format to object or array, json_encode is the opposite.