|
Previous Page |
Solar_Filter_ValidateRangeLength |
Next Class |
validateRangeLength()
public
bool
validateRangeLength (
mixed $value,
mixed $min,
mixed $max
)
Validates that the length of the value is within a given range.
Parameters
- (mixed)
$value: The value to validate. - (mixed)
$min: The minimum valid length. - (mixed)
$max: The maximum valid length.
Returns
- (bool) True if valid, false if not.
Description
Validates that the length of the value is within a given range.