<?php $array = ["4,9", "5,10", "2,1"]; $result = explode(",", implode(",", $array)); Print_r($result);
You have javascript disabled. You will not be able to edit any code.