Checks that a string length is greater than the specific length.
| Parameters | |||
|---|---|---|---|
mixed
|
$value |
The value being checked |
# |
int
|
$min |
The minimum length to meet (inclusive) |
# |
| Returns | |
|---|---|
boolean
|
if the character length of the value meets the specified minimum length, FALSE otherwise |