<?php $a = ['111', '22', '3', '4444']; sort($a, PREG_SPLIT_NO_EMPTY); var_dump($a);
You have javascript disabled. You will not be able to edit any code.