{"id":168,"date":"2018-10-11T19:01:37","date_gmt":"2018-10-11T11:01:37","guid":{"rendered":"https:\/\/wp.dj47.top\/?p=168"},"modified":"2022-01-10T15:36:28","modified_gmt":"2022-01-10T07:36:28","slug":"php%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.djlog.cn\/?p=168","title":{"rendered":"PHP\u4e8c\u7ef4\u6570\u7ec4\u6392\u5e8f"},"content":{"rendered":"<pre class=\"language-php\"><code>   \/**\r\n     * \u4e8c\u7ef4\u6570\u7ec4\u6392\u5e8f\r\n     * @param string $field \u8981\u6392\u5e8f\u7684\u5b57\u6bb5\u540d\r\n     * @param array $arr \u8981\u6392\u5e8f\u7684\u6570\u7ec4\r\n     * @param string $sort \u8981\u6392\u5e8f\u7684\u987a\u5e8f\r\n     * @return array\r\n     *\/\r\n    function two_array_sort($field = NULL, $arr = null, $sort = SORT_ASC) {\r\n        $f_sort = array_column($arr, $field);\r\n        array_multisort($f_sort, $sort, SORT_REGULAR, $arr);\r\n        return $arr;\r\n    }<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * \u4e8c\u7ef4\u6570\u7ec4\u6392\u5e8f * @param string $field \u8981\u6392\u5e8f\u7684\u5b57\u6bb5\u540d * @param ar [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[4],"tags":[31],"class_list":["post-168","post","type-post","status-publish","format-standard","hentry","category-php","tag-31"],"_links":{"self":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/posts\/168","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=168"}],"version-history":[{"count":0,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/posts\/168\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}