pluck(键);//获取该键的所有值 pop();//移除并返回最后的值 shift()相反 prepend();//添加元素到头部 pull(键);// 移除键并返回值 push();//添加到尾部 random();//随机返回数据 reverse();//反转 search(值);//查询值返回键 sort(); sortBy(键); sortByDesc();//排序 sum(); //和 toArray(); toJson(); unique(键) ;//返回集合中键值唯一的项 where(键,值);