IntlChar::isalpha
IntlChar::isalpha
(PHP 7)
IntlChar::isalpha — Check if code point is a letter character
Description
public static bool IntlChar::isalpha ( mixed $codepoint )
Determines whether the specified code point is a letter character. TRUE
for general categories "L" (letters).