文件名称:haydn:一个库,允许您声明性地指定数组的乘法和列运算
文件大小:49KB
文件格式:ZIP
更新时间:2024-05-21 01:58:20
PHP
海顿 一个允许您声明性地指定数组的乘法和列操作的库。作为实现的特征,仅以声明的方式对Set进行各种操作,并且不扫描内容,除非通过foreach等foreach Set对象。 $ fruits = [ [ 'name' => 'Apple' , 'price' => 100 ], [ 'name' => 'Banana' , 'price' => 80 ], ]; $ drinks = [ [ 'name' => 'Yoghurt' , 'price' => 200 ], [ 'name' => 'Soda' , 'price' => 120 ], [ 'name' => 'Spirit' , 'price' => 160 ], ]; $ fruitSet = new Set ( new ArraySource ( 'fruit' , $
【文件预览】:
haydn-master
----.php_cs(395B)
----phpmd.xml(2KB)
----.gitignore(133B)
----src()
--------Exception()
--------Set()
--------IO()
--------Matcher()
--------SetInterface.php(1KB)
--------Set.php(4KB)
----bin()
--------.placeholder(0B)
----.travis.yml(1KB)
----LICENSE(1KB)
----composer.json(748B)
----README.md(12KB)
----tests()
--------SetTest.php(15KB)
--------bootstrap.php(119B)
--------ColumnMapChainTest.php(1KB)
--------Set()
--------examples()
--------IO()
--------Matcher()
--------SupplementColumnsTest.php(3KB)
--------SkipIllegalTest.php(2KB)
----.scrutinizer.yml(103B)
----phpunit.xml.dist(827B)
----phpcs.xml(898B)
----docs()
--------examples()