min
max
Given an array:
<?php $arr = [4, -2, 5, 19, -130, 0, 10]; ?>
Find the minimum and maximum number.