PHP > Sort array by keys

ignoring capitalisation:

uksort($tagList, 'strnatcasecmp');

Leave a Reply