{"id":48798,"date":"2024-12-02T17:02:04","date_gmt":"2024-12-02T09:02:04","guid":{"rendered":"https:\/\/fwq.ai\/blog\/48798\/"},"modified":"2024-12-02T17:02:04","modified_gmt":"2024-12-02T09:02:04","slug":"php-%e4%ba%8c%e7%bb%b4%e6%95%b0%e7%bb%84%e8%bd%ac-json-%e4%b8%ba%e4%bd%95%e5%a4%b1%e6%95%88%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/48798\/","title":{"rendered":"PHP \u4e8c\u7ef4\u6570\u7ec4\u8f6c JSON \u4e3a\u4f55\u5931\u6548\uff1f"},"content":{"rendered":"<p><b><\/b> <\/p>\n<h1>PHP \u4e8c\u7ef4\u6570\u7ec4\u8f6c JSON \u4e3a\u4f55\u5931\u6548\uff1f<\/h1>\n<p>\u77e5\u8bc6\u70b9\u638c\u63e1\u4e86\uff0c\u8fd8\u9700\u8981\u4e0d\u65ad\u7ec3\u4e60\u624d\u80fd\u719f\u7ec3\u8fd0\u7528\u3002\u4e0b\u9762\u7c73\u4e91\u7ed9\u5927\u5bb6\u5e26\u6765\u4e00\u4e2a\u6587\u7ae0\u5f00\u53d1\u5b9e\u6218\uff0c\u624b\u628a\u624b\u6559\u5927\u5bb6\u5b66\u4e60\u300aPHP \u4e8c\u7ef4\u6570\u7ec4\u8f6c JSON \u4e3a\u4f55\u5931\u6548\uff1f\u300b\uff0c\u5728\u5b9e\u73b0\u529f\u80fd\u7684\u8fc7\u7a0b\u4e2d\u4e5f\u5e26\u5927\u5bb6\u91cd\u65b0\u6e29\u4e60\u76f8\u5173\u77e5\u8bc6\u70b9\uff0c\u6e29\u6545\u800c\u77e5\u65b0\uff0c\u56de\u5934\u770b\u770b\u8bf4\u4e0d\u5b9a\u53c8\u6709\u4e0d\u4e00\u6837\u7684\u611f\u609f\uff01<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.17golang.com\/uploads\/20241031\/1730369729672358c1a268a.jpg\" class=\"aligncenter\" title=\"PHP \u4e8c\u7ef4\u6570\u7ec4\u8f6c JSON \u4e3a\u4f55\u5931\u6548\uff1f\u63d2\u56fe\" alt=\"PHP \u4e8c\u7ef4\u6570\u7ec4\u8f6c JSON \u4e3a\u4f55\u5931\u6548\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>php \u4e8c\u7ef4\u6570\u7ec4\u8f6c json \u9047\u963b<\/strong><\/p>\n<p><strong>\u95ee\u9898\uff1a<\/strong><\/p>\n<p>\u67d0\u4f4d php \u5f00\u53d1\u8005\u5728\u5c1d\u8bd5\u5c06\u4e8c\u7ef4\u6570\u7ec4\u8f6c\u6362\u4e3a json \u65f6\u51fa\u73b0\u95ee\u9898\u3002\u6570\u7ec4\u7ed3\u6784\u5982\u4e0b\uff1a<\/p>\n<pre>$array = [\n    'data' =&gt; [\n        'colid' =&gt; 2,\n        'colcode' =&gt; 02,\n        'colname' =&gt; '\u7535\u5b50\u4fe1\u606f\u4e0e\u63a7\u5236\u5de5\u7a0b\u5b66\u9662',\n        'orgidentify' =&gt; 'fafu',\n        'isdelete' =&gt; 0,\n    ],\n    'code' =&gt; 0,\n];<\/pre>\n<p>\u4f7f\u7528 json_encode \u51fd\u6570\u8f6c\u6362\u65f6\uff0c\u6ca1\u6709\u4efb\u4f55\u8f93\u51fa\u3002\u5c1d\u8bd5\u53ea\u8f6c\u6362\u5b50\u6570\u7ec4 $array[&#8216;data&#8217;] \u4e5f\u5931\u8d25\u4e86\u3002<\/p>\n<p><strong>\u7b54\u6848\uff1a<\/strong><\/p>\n<p>\u8981\u6210\u529f\u5c06\u4e8c\u7ef4\u6570\u7ec4\u8f6c\u6362\u4e3a json\uff0c\u9700\u8981\u5c06\u6570\u7ec4\u76f4\u63a5\u4f5c\u4e3a json_encode \u51fd\u6570\u7684\u53c2\u6570\uff0c\u5982\u4e0b\uff1a<\/p>\n<pre>$str = json_encode($array);\necho $str;<\/pre>\n<p>\u793a\u4f8b\u8f93\u51fa\uff1a<\/p>\n<pre>{\"data\":{\"ColID\":2,\"ColCode\":2,\"ColName\":\"\\u7535\\u5b50\\u4fe1\\u606f\\u4e0e\\u63a7\\u5236\\u5de5\\u79d1\\u5b66\\u9662\",\"OrgIdentify\":\"fafu\",\"IsDelete\":0},\"code\":0}<\/pre>\n<p>\u901a\u8fc7\u8fd9\u79cd\u8c03\u6574\uff0c\u5f00\u53d1\u8005\u6210\u529f\u5c06\u4e8c\u7ef4\u6570\u7ec4\u8f6c\u6362\u4e3a json \u5b57\u7b26\u4e32\u3002<\/p>\n<p>\u672c\u7bc7\u5173\u4e8e\u300aPHP \u4e8c\u7ef4\u6570\u7ec4\u8f6c JSON \u4e3a\u4f55\u5931\u6548\uff1f\u300b\u7684\u4ecb\u7ecd\u5c31\u5230\u6b64\u7ed3\u675f\u5566\uff0c\u4f46\u662f\u5b66\u65e0\u6b62\u5883\uff0c\u60f3\u8981\u4e86\u89e3\u5b66\u4e60\u66f4\u591a\u5173\u4e8e\u6587\u7ae0\u7684\u76f8\u5173\u77e5\u8bc6\uff0c\u8bf7\u5173\u6ce8\u7c73\u4e91\u516c\u4f17\u53f7\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PHP \u4e8c\u7ef4\u6570\u7ec4\u8f6c JSON \u4e3a\u4f55\u5931\u6548\uff1f \u77e5\u8bc6\u70b9\u638c\u63e1\u4e86\uff0c\u8fd8\u9700\u8981\u4e0d\u65ad\u7ec3\u4e60\u624d\u80fd\u719f\u7ec3\u8fd0\u7528\u3002\u4e0b\u9762\u7c73\u4e91\u7ed9\u5927\u5bb6\u5e26\u6765\u4e00\u4e2a\u6587\u7ae0\u5f00\u53d1\u5b9e\u6218\uff0c\u624b\u628a\u624b\u6559\u5927\u5bb6\u5b66\u4e60\u300aPHP \u4e8c\u7ef4\u6570\u7ec4\u8f6c JSON \u4e3a\u4f55\u5931\u6548\uff1f\u300b\uff0c\u5728\u5b9e\u73b0\u529f\u80fd\u7684\u8fc7\u7a0b\u4e2d\u4e5f\u5e26\u5927\u5bb6\u91cd\u65b0\u6e29\u4e60\u76f8\u5173\u77e5\u8bc6\u70b9\uff0c\u6e29\u6545\u800c\u77e5\u65b0\uff0c\u56de\u5934\u770b\u770b\u8bf4\u4e0d\u5b9a\u53c8\u6709\u4e0d\u4e00\u6837\u7684\u611f\u609f\uff01 php \u4e8c\u7ef4\u6570\u7ec4\u8f6c json \u9047\u963b \u95ee\u9898\uff1a \u67d0\u4f4d php \u5f00\u53d1\u8005\u5728\u5c1d\u8bd5\u5c06\u4e8c\u7ef4\u6570\u7ec4\u8f6c\u6362\u4e3a json \u65f6\u51fa\u73b0\u95ee\u9898\u3002\u6570\u7ec4\u7ed3\u6784\u5982\u4e0b\uff1a $array = [ &#8216;data&#8217; =&gt; [ &#8216;colid&#8217; =&gt; 2, &#8216;colcode&#8217; =&gt; 02, &#8216;colname&#8217; =&gt; &#8216;\u7535\u5b50\u4fe1\u606f\u4e0e\u63a7\u5236\u5de5\u7a0b\u5b66\u9662&#8217;, &#8216;orgidentify&#8217; =&gt; &#8216;fafu&#8217;, &#8216;isdelete&#8217; =&gt; 0, ], &#8216;code&#8217; =&gt; 0, ]; \u4f7f\u7528 json_encode \u51fd\u6570\u8f6c\u6362\u65f6\uff0c\u6ca1\u6709\u4efb\u4f55\u8f93\u51fa\u3002\u5c1d\u8bd5\u53ea\u8f6c\u6362\u5b50\u6570\u7ec4 $array[&#8216;data&#8217;] \u4e5f\u5931\u8d25\u4e86\u3002 \u7b54\u6848\uff1a \u8981\u6210\u529f\u5c06\u4e8c\u7ef4\u6570\u7ec4\u8f6c\u6362\u4e3a json\uff0c\u9700\u8981\u5c06\u6570\u7ec4\u76f4\u63a5\u4f5c\u4e3a json_encode \u51fd\u6570\u7684\u53c2\u6570\uff0c\u5982\u4e0b\uff1a $str [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-48798","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/48798","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=48798"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/48798\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=48798"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=48798"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=48798"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}