json_last_error()用于json_decode()时,parse_str()会使用什么?

时间:2019-01-04 17:25:28

标签: php json mime-types content-type urlencode

验证字符串是否为JSON的典型方法如下。 application/x-www-form-urlencoded内容是否有类似的解决方案?

$data=json_decode($string);
if(json_last_error()) //Not valid JSON

0 个答案:

没有答案