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