<?php $numbers = ['10 Apple', '2 Grapes', '3 Apples', '3.2 Apples', '3.1 Apples', '3.3 Apples', '3.10 Apples', '3.11 Apples', 'Lots of Apples']; sort($numbers, SORT_NUMERIC); var_export($numbers);
You have javascript disabled. You will not be able to edit any code.