getValue(); if (empty($value)) { return true; } $value = str_ireplace(array('+', '-', ' ', '(', ')'), '', $value); if (is_numeric($value)) { return true; } return false; } }