reverse方法

倒转集合中项目的顺序。

$collection = collect([1, 2, 3, 4, 5]);

$reversed = $collection->reverse();

$reversed->all(); // [5, 4, 3, 2, 1]
Copyright © http://blog.webfsd.com 2018 all right reserved,powered by Gitbook该文件修订时间: 2019-05-21 04:55:26

results matching ""

    No results matching ""