カテゴリー一覧

IntlChar

一つ上の階層へ移動

このカテゴリーの関数一覧

IntlChar::charAge - Get the "age" of the code point
IntlChar::charDigitValue - Get the decimal digit value of a decimal digit character
IntlChar::charDirection - Get bidirectional category value for a code point
IntlChar::charFromName - Find Unicode character by name and return its code point value
IntlChar::charMirror - Get the "mirror-image" character for a code point
IntlChar::charName - Retrieve the name of a Unicode character
IntlChar::charType - Get the general category value for a code point
IntlChar::chr - Return Unicode character by code point value
IntlChar::digit - Get the decimal digit value of a code point for a given radix
IntlChar::enumCharNames - Enumerate all assigned Unicode characters within a range
IntlChar::enumCharTypes - Enumerate all code points with their Unicode general categories
IntlChar::foldCase - Perform case folding on a code point
IntlChar::forDigit - Get character representation for a given digit and radix
IntlChar::getBidiPairedBracket - Get the paired bracket character for a code point
IntlChar::getBlockCode - Get the Unicode allocation block containing a code point
IntlChar::getCombiningClass - Get the combining class of a code point
IntlChar::getFC_NFKC_Closure - Get the FC_NFKC_Closure property for a code point
IntlChar::getIntPropertyMaxValue - Get the max value for a Unicode property
IntlChar::getIntPropertyMinValue - Get the min value for a Unicode property
IntlChar::getIntPropertyValue - Get the value for a Unicode property for a code point
IntlChar::getNumericValue - Get the numeric value for a Unicode code point
IntlChar::getPropertyEnum - Get the property constant value for a given property name
IntlChar::getPropertyName - Get the Unicode name for a property
IntlChar::getPropertyValueEnum - Get the property value for a given value name
IntlChar::getPropertyValueName - Get the Unicode name for a property value
IntlChar::getUnicodeVersion - Get the Unicode version
IntlChar::hasBinaryProperty - Check a binary Unicode property for a code point
IntlChar::isalnum - Check if code point is an alphanumeric character
IntlChar::isalpha - Check if code point is a letter character
IntlChar::isbase - Check if code point is a base character
IntlChar::isblank - Check if code point is a "blank" or "horizontal space" character
IntlChar::iscntrl - Check if code point is a control character
IntlChar::isdefined - Check whether the code point is defined
IntlChar::isdigit - Check if code point is a digit character
IntlChar::isgraph - Check if code point is a graphic character
IntlChar::isIDIgnorable - Check if code point is an ignorable character
IntlChar::isIDPart - Check if code point is permissible in an identifier
IntlChar::isIDStart - Check if code point is permissible as the first character in an identifier
IntlChar::isISOControl - Check if code point is an ISO control code
IntlChar::isJavaIDPart - Check if code point is permissible in a Java identifier
IntlChar::isJavaIDStart - Check if code point is permissible as the first character in a Java identifier
IntlChar::isJavaSpaceChar - Check if code point is a space character according to Java
IntlChar::islower - Check if code point is a lowercase letter
IntlChar::isMirrored - Check if code point has the Bidi_Mirrored property
IntlChar::isprint - Check if code point is a printable character
IntlChar::ispunct - Check if code point is punctuation character
IntlChar::isspace - Check if code point is a space character
IntlChar::istitle - Check if code point is a titlecase letter
IntlChar::isUAlphabetic - Check if code point has the Alphabetic Unicode property
IntlChar::isULowercase - Check if code point has the Lowercase Unicode property
IntlChar::isupper - Check if code point has the general category "Lu" (uppercase letter)
IntlChar::isUUppercase - Check if code point has the Uppercase Unicode property
IntlChar::isUWhiteSpace - Check if code point has the White_Space Unicode property
IntlChar::isWhitespace - Check if code point is a whitespace character according to ICU
IntlChar::isxdigit - Check if code point is a hexadecimal digit
IntlChar::ord - Return Unicode code point value of character
IntlChar::tolower - Make Unicode character lowercase
IntlChar::totitle - Make Unicode character titlecase
IntlChar::toupper - Make Unicode character uppercase
					

ワード検索


※入力キーワードが、関数名・説明文・タグに含まれるものを検索

関数名アルファベット別

A B C D E F G H I J
K L M N O P Q R S T
U V W X Y Z _

最終更新一覧

stristr
 大文字小文字を区別せず文字列を検索し、ヒット箇所以降(あるいは以前)の文字列を返却

stripslashes
 バックスラッシュでエスケープされた文字列から、バックスラッシュを取り除く

stripos
 大文字小文字を区別せずに文字列が最初に現れる位置を取得する

stripcslashes
 addcslashes() でクォートされた文字列をアンクォートする

strip_tags
 文字列から HTML と PHP のタグを除去して返却

strcspn
 指定した文字が最初に現れる位置を調べる

strcoll
 ロケールに基づいて2つの文字列を比較し同じか(あるいは大小)を判定する

strcmp
 2つの文字列を比較し同じか(あるいは大小)を判定する

strchr
 strstr() のエイリアス

strcasecmp
 2つの文字列を比較(大文字小文字を区別せず同じとみなす)

カテゴリー一覧

PHP の振る舞いの変更
音声フォーマットの操作
認証サービス
コマンドライン関連
圧縮およびアーカイブ
暗号
データベース関連
日付および時刻関連
ファイルシステム
自然言語および文字エンコーディング
画像処理および作成
メール関連
数学
テキスト以外の MIME 型
プロセス制御
その他の基本モジュール
その他のサービス
検索エンジン用の拡張モジュール
サーバー固有のモジュール
セッション関連
テキスト処理
変数・データ型関連
ウェブサービス
Windows 用のモジュール
XML 操作
GUI用の拡張モジュール