Sõnastik Veb

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