2013-06-06 75 views

回答

5

從Zend框架documentation

Note: Validating numbers 
When you want to validate numbers or numeric values, 
be aware that this validator only validates digits. 
This means that any other sign like a thousand separator 
or a comma will not pass this validator. 
In this case you should use Zend_Validate_Int or Zend_Validate_Float