I have strings that indicate an array by of a mix of "ordinary" notation as well as some ranges (some of which may be reversed), always bounded by an "equals" sign at the beginning and a space at the end (might not see that space at the end here), thus:
=94,102-108,109,205-200,400,420,436
This represents the array:
94,102,103,104,105,106,107,108,109,200,201,202,203,204,205,400,420,436
Looking for a PHP function that would quickly extract the array.