I write something for explain my request.
$numbers = array("1", "2", "3", "4", "5", "6", "7", "8", "9", "0");
$message = "Hi, everybody this is testing number blocking 0590 394 32 25";
echo str_replace($numbers, "", $message);
It should be works but I need more clean function with preg_replace.
Thank you.