Help for this page
Select Code to Download
Select
or
download this
$min = $a < $b ? $a : $b;
Select
or
download this
$min = $a; $min = $b if $b < $a;