Sõnastik Veb

max (PHP) – max() – functions can be used to find the highest value in a list of arguments. Näide:
echo(max(0, 150, -8, -200));
1 2 3 4 5