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