Skip to content

Instantly share code, notes, and snippets.

View pranid's full-sized avatar
🎯
Focusing

Praneeth Nidarshan pranid

🎯
Focusing
View GitHub Profile
@pranid
pranid / multi_array_sort.php
Created March 24, 2020 16:58
PHP - Multidimensional array sorting by specific key
<?php
/**
* @param array $array
* @param string $_key
* @param string $_direction
* @version 1.0.0
* @author Praneeth Nidarshan ([email protected])
*/
function multiArraySort(&$array, $_key,$_direction = 'desc')