This PHP script can query information in arrays using LINQ (language-integrated query) language. It can traverse arrays and perform several types of operations defined programmatically.Currently it can match array elements that satisfy a given condition, skip a given number of elements, get a given number of the first elements, compute the maximum, minumum and average of element values, sort elements,append ...
License: BSD
Added: 2 years, 2 months 24 days ago Updated: 1 year, 2 months 10 days ago