Checks that a string contains only integer, letters or dashes
Parameters | |||
---|---|---|---|
mixed
|
$value |
The value being checked |
# |
Returns | |
---|---|
boolean
|
TRUE if the value contains only integer, letters or dashes, FALSE otherwise |