isAlphanumeric
Returns true if the string contains only alphabetic and numeric chars, false otherwise.
Description
bool isAlphanumeric()
Return Value
bool
Whether or not $str contains only alphanumeric chars
Returns true if the string contains only alphabetic and numeric chars, false otherwise.
bool isAlphanumeric()
bool
Whether or not $str contains only alphanumeric chars