Home > Backend Development > PHP Tutorial > php-新手,关于PHP操作JSON数据的问题。不胜感激!

php-新手,关于PHP操作JSON数据的问题。不胜感激!

WBOY
Release: 2016-06-02 11:31:11
Original
1092 people have browsed it

php数据jsonweb service

我通过 WebService调用了一个接口, 它返回来的是一个xml文件。文件内容是这样的形式:图片说明 (不好意思,个人信息不允许透露)。我不会PHP ,在网上找了下,用file_get_contents(“接口网址”)获取了图上的{}中的内容。现在我怎么去操作才能获取json的参数。比如我要获取status的值进行判断? 已经研究了几天,网上也找了好久。望大神指点,小弟不胜感谢!(C币只能这个了。T _ T)

再补充一下:我将取得的内容给一个变量,$json=file_get_contents(“接口网址”);再这样$str_json=json_decode($json,true);但好像还是操作不了JSON中的值

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template