Category: Programming

php usort

Array sorting is always fun.  php provides more functions then you can imagine to do array sorting.  I recently had to use the usort function.  It’s a pretty handy one… Read more »