preg_match_all('/\d+/',$stringa,$numeri);
print_r($numeri);