Dapatkan nilai min dari array php

The min() function returns the lowest value in an array
exemple :
echo(min(array(44,16,81,12)));
Shohanur Rahman