I have a non-associative array where the data that comes in is not sorted (I\'m receiving the data from an outside system and cannot force it to come into the array in sorte
That's right, sort returns bool. Just use that:
bool
sort($wedTrackTimes);