validate_alphaNumericSpace

Checks that a string contains only integer, letters or spaces

Parameters
mixed $value

The value being checked

#
Returns
boolean

TRUE if the value contains only integer, letters or spaces, FALSE otherwise