"; usort($arr1,"strcmp"); print_r($arr1); echo "
"; echo "Natural order string comparison
"; usort($arr2,"strnatcmp"); print_r($arr2);