<?php $response = "Response: 311768560 311768562 311768564"; $array = preg_match_all('/\d+/', $response, $out) ? $out[0] : []; var_export($array);
You have javascript disabled. You will not be able to edit any code.