IntlChar::isUAlphabetic

IntlChar::isUAlphabetic

(PHP 7)

IntlChar::isUAlphabeticCheck if code point has the Alphabetic Unicode property

Description

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

Check if a code point has the Alphabetic Unicode property.

This is the same as IntlChar::hasBinaryProperty($codepoint, IntlChar::PROPERTY_ALPHABETIC)

Parameters

codepoint

The 登录查看完整内容