<?php $string = "2=OK, 3=OK" ; preg_match_all('!\d+!', $string, $matches); $res = array_combine($matches[0], str_word_count($string, 1)); print_r($res);
You have javascript disabled. You will not be able to edit any code.