Plinq 1.0.0
Developed by A. Çetin, listed in Data Type
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 elements, etc..
Requirements:
- PHP 5.3.1 or Higher
Limitations:
- Plinq depends on knowledge of "closures."
What's New in This Version:
- First stable, production ready release.
License type: BSD
Date added: 1 year, 1 month 28 days ago | Last updated: 1 month 14 days ago
More popular Data Type
- PHP Sort Class 0.8 (1 year, 4 months 27 days ago)
- Dynamic Setter Getter 1.0 (3 years, 7 months 14 days ago)
- PHP JSON XML Array String Interchanger 1.0 (3 years, 2 months ago)
- Generics 1.0 (3 years, 2 months 12 days ago)
- Dynamic Multisort 1.0 (3 years, 2 months 11 days ago)
Listing Files

Plinq.php- 14.3 KB
- 04/05/2012 02:58:34

Plinq.tests.php- 138.9 KB
- 04/05/2012 02:36:56
