PHP将JSON对象转换成PHP数组的函数是()。
A: JSON.parse()
B: JSON.stringify()
C: json_encode()
D: json_decode()
A: JSON.parse()
B: JSON.stringify()
C: json_encode()
D: json_decode()
举一反三
- PHP将数组转换成JSON数据的函数是()。 A: JSON.parse() B: JSON.stringify() C: json_encode() D: json_decode()
- 下列哪些函数用于PHP处理JSON格式数据有关? A: json_encode() B: JSON.parse() C: json_decode() D: JSON.stringify()
- JavaScript将JSON对象转换成JavaScript对象的方法是() A: JSON.parse() B: JSON.stringify() C: json_encode() D: json_decode()
- JavaScript将JavaScript对象转换成JSON对象的方法是()。 A: JSON.parse() B: JSON.stringify() C: json_encode() D: json_decode()
- 将JSON解码成PHP变量的PHP函数是: A: decode B: decoded C: ecode D: json_decode