Sõnastik Veb

Tag: PHP

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