Home > Backend Development > PHP Tutorial > 这种数据如何避免成PHP数组插入数据库 对应的值

这种数据如何避免成PHP数组插入数据库 对应的值

WBOY
Release: 2016-06-13 10:57:54
Original
1098 people have browsed it

这种数据如何处理成PHP数组插入数据库 对应的值
{
  "statuses": [
  {
  "created_at": "Tue May 31 17:46:55 +0800 2011",
  "id": 11488058246,
  "text": "求关注。",
  "source": "新浪微博",
  "favorited": false,
  "truncated": false,
  "in_reply_to_status_id": "",
  "in_reply_to_user_id": "",
  "in_reply_to_screen_name": "",
  "geo": null,
  "mid": "5612814510546515491",
  "reposts_count": 8,
  "comments_count": 9,
  "annotations": [],
  "user": {
  "id": 1404376560,
  "screen_name": "zaku",
  "name": "zaku",
  "province": "11",
  "city": "5",
  "location": "北京 朝阳区",
  "description": "人生五十年,乃如梦如幻;有生斯有死,壮士复何憾。",
  "url": "http://blog.sina.com.cn/zaku",
  "profile_image_url": "http://tp1.sinaimg.cn/1404376560/50/0/1",
  "domain": "zaku",
  "gender": "m",
  "followers_count": 1204,
  "friends_count": 447,
  "statuses_count": 2908,
  "favourites_count": 0,
  "created_at": "Fri Aug 28 00:00:00 +0800 2009",
  "following": false,
  "allow_all_act_msg": false,
  "remark": "",
  "geo_enabled": true,
  "verified": false,
  "allow_all_comment": true,
  "avatar_large": "http://tp1.sinaimg.cn/1404376560/180/0/1",
  "verified_reason": "",
  "follow_me": false,
  "online_status": 0,
  "bi_followers_count": 215
  }
  },
  ...
  ],
  "previous_cursor": 0, // 暂未支持
  "next_cursor": 11488013766, // 暂未支持
  "total_number": 81655
}

------解决方案--------------------
这是json格式,你可以尝试用json_encode函数去解析。
------解决方案--------------------
这是新浪的数据
新浪有提供php sdk的

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