An open API service indexing awesome lists of open source software.

https://github.com/bebbolus/msort

Sort a 2 dimensional array based on 1 or more indexes
https://github.com/bebbolus/msort

Last synced: 3 months ago
JSON representation

Sort a 2 dimensional array based on 1 or more indexes

Awesome Lists containing this project

README

        

# msort
Sort a 2 dimensional array based on 1 or more indexes

## Usage

```php
$sortedArray = $this->msort($unsortedArray, 'index');
```