ctype_alnum

ctype_alnum

(PHP 4 >= 4.0.4, PHP 5, PHP 7)

ctype_alnumCheck for alphanumeric character(s)

Description

bool ctype_alnum ( string $text )

Checks if all of the characters in the provided string, text, are alphanumeric.

Parameters

text

The tested string.