Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php get max element of array

Input : max(12, 4, 62, 97, 26)
Output : 97

Input : max(array(28, 36, 87, 12))
Output : 87
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #php #max #element #array
ADD COMMENT
Topic
Name
4+6 =