Mailinglisten-Archive |
> >RTFM ;-) > > >array_multisort(); > > RTFM??? Was soll das genau heissen?? read the fine manual > array_multisort habe ich schon gesehen, jedoch wie gebe ich ihm an, was er > wie sortieren soll?? > Hast du ein Beispiel für mich?? Example 2. Sorting multi-dimensional array $ar = array (array ("10", 100, 100, "a"), array (1, 3, "2", 1)); array_multisort ($ar[0], SORT_ASC, SORT_STRING, $ar[1], SORT_NUMERIC, SORT_DESC); Sorting order flags: SORT_ASC - sort in ascending order SORT_DESC - sort in descending order Sorting type flags: SORT_REGULAR - compare items normally SORT_NUMERIC - compare items numerically SORT_STRING - compare items as strings kiri ________________ 8307 305 165 1781
php::bar PHP Wiki - Listenarchive