Solar_Filter_ValidateMinLength::validateMinLength()
public
bool
Solar_Filter_ValidateMinLength::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.