文件名称:sort:用于在PHP中排序的语法糖
文件大小:14KB
文件格式:ZIP
更新时间:2024-06-05 12:58:03
PHP
塔克\排序 PHP的内置排序语法糖。 例子 基本分类功能 use Tuck \ Sort \ Sort ; Sort :: values ([ 'foo' , 'bar' , 'baz' ]); // returns ['bar', 'baz', 'foo'] Sort :: keys ([ 'x' => 'foo' , 'm' => 'bar' ]); // returns ['m' => 'bar', 'x' => 'foo'] Sort :: natural ([ 'img12.jpg' , 'img2.jpg' , 'img1.jpg' ]); // returns ['img1.jpg', 'img2.jpg', 'img12.jpg'] Sort :: user ( [ 3 , 2 , 5 , 6
【文件预览】:
sort-master
----.gitignore(28B)
----README.md(7KB)
----tests()
--------HighScore.php(731B)
--------SortTest.php(5KB)
--------SortChainTest.php(4KB)
----composer.lock(51KB)
----composer.json(502B)
----phpunit.xml.dist(670B)
----src()
--------SortChain.php(2KB)
--------Sort.php(3KB)
----.travis.yml(270B)