{"id":7366,"date":"2015-06-01T09:33:04","date_gmt":"2015-06-01T01:33:04","guid":{"rendered":"http:\/\/jpuyy.com\/?p=7366"},"modified":"2015-06-01T09:33:23","modified_gmt":"2015-06-01T01:33:23","slug":"php-array-merge-plus","status":"publish","type":"post","link":"https:\/\/jpuyy.com\/?p=7366","title":{"rendered":"php array merge"},"content":{"rendered":"<p>\u4e24\u4e2a\u6570\u7ec4\u5408\u5e76\u4e3a\u4e00\u4e2a\u6570\u7ec4<\/p>\n<pre>\r\n$a = array(1 => 1, 2 => 2, 3 => 3);\r\n$b = array(3 => 3, 5 => 5, 6 => 6);\r\n$c = $a + $b;\r\nprint_r($c);\r\n<\/pre>\n<p>\u7ed3\u679c<\/p>\n<pre>\r\nArray\r\n(\r\n    [1] => 1\r\n    [2] => 2\r\n    [3] => 3\r\n    [5] => 5\r\n    [6] => 6\r\n)\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u4e24\u4e2a\u6570\u7ec4\u5408\u5e76\u4e3a\u4e00\u4e2a\u6570\u7ec4 $a = array(1 => 1, 2 => 2, 3 => 3); $b = array(3 => 3, 5 => 5, 6 => 6); $c = $a + $b; print_r($c); \u7ed3\u679c Array ( [1] => 1 [2] => 2 [3] => 3 [5] => 5 [6] => 6 )<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-7366","post","type-post","status-publish","format-standard","hentry","category-life"],"_links":{"self":[{"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/posts\/7366","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/jpuyy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7366"}],"version-history":[{"count":2,"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/posts\/7366\/revisions"}],"predecessor-version":[{"id":7368,"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/posts\/7366\/revisions\/7368"}],"wp:attachment":[{"href":"https:\/\/jpuyy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7366"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jpuyy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7366"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jpuyy.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7366"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}