📜  PHP IntlChar 函数完整参考

📅  最后修改于: 2022-05-13 01:56:45.537000             🧑  作者: Mango

PHP IntlChar 函数完整参考

IntlChar() 函数提供对用于访问有关 Unicode字符信息的实用方法的访问。 IntlChar 方法和常量接近 ICU(Unicode 国际组件)库使用的名称和行为。

IntlChar 函数的完整列表如下:

  • PHP | IntlChar::charAge()函数
  • PHP | IntlChar::charDigitValue()函数
  • PHP | IntlChar::charDirection()函数
  • PHP | IntlChar::charFromName()函数
  • PHP | IntlChar::charMirror()函数
  • PHP | IntlChar::charName()函数
  • PHP | IntlChar::charType()函数
  • PHP | IntlChar::chr()函数
  • PHP | IntlChar::digit()函数
  • PHP | IntlChar::enumCharNames()函数
  • PHP | IntlChar::enumCharTypes()函数
  • PHP | IntlChar::foldCase()函数
  • PHP | IntlChar::forDigit()函数
  • PHP | IntlChar::getBidiPairdBracket()函数
  • PHP | IntlChar::getBlockCode()函数
  • PHP | IntlChar::getCombiningClass()函数
  • PHP | IntlChar::getFC_NFKC_Closure()函数
  • PHP | IntlChar::getIntPropertyMaxValue()函数
  • PHP | IntlChar::getIntPropertyValue()函数
  • PHP | IntlChar::getNumericValue()函数
  • PHP | IntlChar::getPropertyEnum()函数
  • PHP | IntlChar::getPropertyName()函数
  • PHP | IntlChar::getPropertyValueEnum()函数
  • PHP | IntlChar::getPropertyValueName()函数
  • PHP | IntlChar::getUnicodeVersion()函数
  • PHP | IntlChar::hasBinaryProperty()函数
  • PHP | IntlChar::isalnum ()函数
  • PHP | IntlChar::isalpha()函数
  • PHP | IntlChar::isbase()函数
  • PHP | IntlChar::isblank()函数
  • PHP | IntlChar::iscntrl()函数
  • PHP | IntlChar::isdefined()函数
  • PHP | IntlChar::isdigit()函数
  • PHP | IntlChar::isgraph()函数
  • PHP | IntlChar::isIDIgnorable()函数
  • PHP | IntlChar::isIDPart()函数
  • PHP | IntlChar::isIDStart()函数
  • PHP | IntlChar::isISOControl()函数
  • PHP | IntlChar::isJavaIDPart()函数
  • PHP | IntlChar::isJavaIDStart()函数
  • PHP | IntlChar::isJavaSpaceChar()函数
  • PHP | IntlChar::islower()函数
  • PHP | IntlChar::isMirrored()函数
  • PHP | IntlChar::isprint()函数
  • PHP | IntlChar::ispunct()函数
  • PHP | IntlChar::isspace()函数
  • PHP | IntlChar::istitle()函数
  • PHP | IntlChar::isUAlphabetic()函数
  • PHP | IntlChar::isULowercase()函数
  • PHP | IntlChar::isupper()函数
  • PHP | IntlChar::isUUppercase()函数
  • PHP | IntlChar::isUWhiteSpace()函数
  • PHP | IntlChar::isWhitespace()函数
  • PHP | IntlChar::isxdigit()函数
  • PHP | IntlChar::ord()函数
  • PHP | IntlChar::tolower()函数
  • PHP | IntlChar::totitle()函数
  • PHP | IntlChar::toupper()函数