Archive for November 18th, 2008

Sort multi dimensional array

Tagged: PHP, Programming Date: 18th, November 2008

/*
* Sort multi dimensional array
*
* @author Vladimir Cvetic < vladimir[ at ]ferdinand.rs >
* @param $a array Array you wish to sort
* @param $index mixed Value of the key by wich you wish to sort
* @param $order string Sort direction
* @param $natsort bool Natural sorting true or false
* [...]

  • Leave Comment
  • Read Comments (0)