What the title says. Specifically if I have
$array1[\'name\'] = \'zoo\'; $array2[\'name\'] = \'fox\';
How can I determine that alphabetically <
sort
EDIT just realised values from different arrays, could array_merge first but not sure thats what you want