|
Previous Page |
Solar_Filter_ValidateMinLength |
Next Class |
validateMinLength()
public
bool
validateMinLength (
mixed $value,
mixed $min
)
Validates that a string is at least a certain length.
Parameters
- (mixed)
$value: The value to validate. - (mixed)
$min: The value must have at least this many characters.
Returns
- (bool) True if valid, false if not.
Description
Validates that a string is at least a certain length.