validate_maxLength

Checks that a string length is less than the specific length.

Parameters
mixed $value

The value being checked

#
int $max

The maximum length to meet (inclusive)

#
Returns
boolean

if the character length of the value meets the specified maximum length, FALSE otherwise