IntlChar::isalnum

IntlChar::isalnum

(PHP 7)

IntlChar::isalnumCheck if code point is an alphanumeric character

Description

public static bool IntlChar::isalnum ( mixed $codepoint )

Determines whether the specified code point is an alphanumeric character (letter or digit). TRUE for characters with general categories "L" (letters) and "Nd" (decimal digit numbers).

Parameters

codepoint

The 登录查看完整内容