<?php $values = array(37, 5, "09"); sort($values, SORT_STRING); foreach ($values as $v) { echo $v; } ?>
09537
53709
09375
50937