PHP处理json相关函数

json_decode()

Decodes json string.

mixed json_decode(string $json[,bool $assoc = false [,int depth=512 [,int options=0]]])

json_encode()

Returns the JSON reparentation of a value.

string json_encode(mixed $value[,int $option=0[,int depth=512]])

json_last_err()

json_last_err_msg()

你可能感兴趣的:(PHP处理json相关函数)