Thread: Sorting array
View Single Post
  #2  
Old 02-05-2007, 11:58 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Eh you should be a little more detailed in your explanation, I'm not quite catching it.

And does this help at all?
PHP Code:
sortascending() - sorts the array in ascending order (smallest value first)
sortbyvalue(strstrbool) - sorts the array by the specified variable nameyou must also say what variable type it is (e.gstring) and if it should be sorted ascending
sortdescending
() - sorts the array in descending order (highest value first
__________________
Reply With Quote