home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Book HomePHP CookbookSearch this book

4.15. Finding the Largest or Smallest Valued Element in an Array

4.15.4. See Also

Recipe 4.17 for sorting an array; documentation on max( ) at http://www.php.net/max, min( ) at http://www.php.net/min, arsort( ) at http://www.php.net/arsort, and asort( ) at http://www.php.net/min.



Library Navigation Links

Copyright © 2003 O'Reilly & Associates. All rights reserved.