← All docs

min()

Find lowest value.

min()

function min(mixed $value, ...$values): mixed

Find lowest value.

Parameters:

  • $value (mixed)
  • ...$values — variadic: collects excess arguments into $values.

Returns: mixed

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how min is implemented in the compiler, see the internals page.