摘要: public function set_s(){ $arr = [ ['one' => 6,'two' => 19], ['one' => 36,'two' => 3], ['one' => 26,'two' => 3], ['one' => 2,'two' => 84], ['one' => 5, 阅读全文
posted @ 2018-10-20 18:38 盘思动 阅读(686) 评论(0) 推荐(0)
摘要: * 用PHP自带array_multisort函数排序 ``` $data = [ ['volume' => 67, 'edition' => 2], ['volume' => 86, 'edition' => 1], ['volume' => 85, 'edition' => 6], ['volu 阅读全文
posted @ 2018-10-20 18:31 盘思动 阅读(1994) 评论(0) 推荐(0)