{"id":630,"date":"2015-10-05T16:08:05","date_gmt":"2015-10-05T08:08:05","guid":{"rendered":"http:\/\/www.shuran.cn\/?p=630"},"modified":"2015-10-05T16:08:05","modified_gmt":"2015-10-05T08:08:05","slug":"%e4%ba%8c%e7%bb%b4%e6%95%b0%e7%bb%84%e6%8e%92%e5%ba%8f","status":"publish","type":"post","link":"https:\/\/www.shuran.cn\/?p=630","title":{"rendered":"\u4e8c\u7ef4\u6570\u7ec4\u6392\u5e8f"},"content":{"rendered":"<pre class=\"prettyprint lang-js\">\/**\r\n * \u5bf9\u4e8c\u7ef4\u6570\u7ec4\u8fdb\u884c\u6392\u5e8f\r\n * \r\n * @param array $data \u9700\u8981\u6392\u5e8f\u7684\u5b57\u6bb5\r\n * @param array $sort_field \u6309\u54ea\u4e2a\u952e\u8fdb\u884c\u6392\u5e8f\uff0c\u5982\u679c\u4e0d\u662f\u6240\u6709\u952e\u4e2d\u90fd\u542b\u6709\u8be5\u5b57\u6bb5\u5219\u8fd4\u56de\u539f\u6570\u7ec4\r\n * @param array $sort_type \u6392\u5e8f\u65b9\u5f0f SORT_ASC \u5347\u5e8f SORT_DESC \u964d\u5e8f\r\n * @return array\r\n *\/\r\nfunction array_field_sort($data, $sort_field, $sort_type = SORT_ASC)\r\n{\r\n    if(! is_array($data)) {\r\n        return false;\r\n    }\r\n    $sort_arr = array();\r\n    foreach($data as $key =&gt; $val) {\r\n        if(isset($val[$sort_field])) {\r\n            $sort_arr[$key] = $val[$sort_field];\r\n        }\r\n    }\r\n    if(count($sort_arr) == count($data)) {\r\n        array_multisort($sort_arr, $sort_type, $data);\r\n    }\r\n    return $data;\r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * \u5bf9\u4e8c\u7ef4\u6570\u7ec4\u8fdb\u884c\u6392\u5e8f * * @param array $data \u9700\u8981\u6392\u5e8f\u7684\u5b57\u6bb5 * @param\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.shuran.cn\/?p=630\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[51],"tags":[],"class_list":["post-630","post","type-post","status-publish","format-standard","hentry","category-php"],"_links":{"self":[{"href":"https:\/\/www.shuran.cn\/index.php?rest_route=\/wp\/v2\/posts\/630","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.shuran.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.shuran.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.shuran.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.shuran.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=630"}],"version-history":[{"count":1,"href":"https:\/\/www.shuran.cn\/index.php?rest_route=\/wp\/v2\/posts\/630\/revisions"}],"predecessor-version":[{"id":631,"href":"https:\/\/www.shuran.cn\/index.php?rest_route=\/wp\/v2\/posts\/630\/revisions\/631"}],"wp:attachment":[{"href":"https:\/\/www.shuran.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=630"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.shuran.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=630"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.shuran.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=630"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}