PHP » PYTHON |
login |
register |
about
|
min(values) min(value1, value2, ...) min(PHP 4, PHP 5) min — Find lowest value DescriptionIf the first and only parameter is an array, min() returns the lowest value in that array. If at least two parameters are provided, min() returns the smallest of these values.
Parameters
Return Valuesmin() returns the numerically lowest of the parameter values. Examples
Example #1 Example uses of min()
<?php
|
more
Recently updated
more
Most requested
more
Last requests
|