public static function getNumberFromText($text) { return (int) filter_var($text, FILTER_SANITIZE_NUMBER_INT); }