Sõnastik Veb

Tag: PHP

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 8 9 10 11 12 17