If I have an array that looks like the following:
var array[0] = [$name, $date, $bTrue]; ... ... ...
How would I sort that array by one of the 1st dimensional array values? Thanx in advance!
If I have an array that looks like the following: var array[0] = [$name, $date, $bTrue]; ... ... ... How would I sort that array by one of the 1st dimensional array values? Thanx in advance! |
|||
|