|
Previous Page |
Solar_Filter_ValidateNumeric |
Next Class |
validateNumeric()
public
bool
validateNumeric (
mixed $value
)
Validates that the value is numeric (any number or number string).
Parameters
- (mixed)
$value: The value to validate.
Returns
- (bool) True if valid, false if not.
Description
Validates that the value is numeric (any number or number string).