| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlChar(PHP 7) はじめにIntlChar provides access to a number of utility methods that can be used to access information about Unicode characters. The methods and constants adhere closely to the names and behavior used by the underlying ICU library. クラス概要
IntlChar
{
/* Constants */
/* メソッド */
public static int charFromName
( string
$characterName
[, int $nameChoice = IntlChar::UNICODE_CHAR_NAME
] )
public static string charName
( mixed
$codepoint
[, int $nameChoice = IntlChar::UNICODE_CHAR_NAME
] )
public static void enumCharNames
( mixed
$start
, mixed $limit
, callable $callback
[, int $nameChoice = IntlChar::UNICODE_CHAR_NAME
] )
public static string getPropertyName
( int
$property
[, int $nameChoice = IntlChar::LONG_PROPERTY_NAME
] )
public static string getPropertyValueName
( int
}$property
, int $value
[, int $nameChoice = IntlChar::LONG_PROPERTY_NAME
] )定義済み定数
変更履歴
目次
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlChar」をGoogle検索
|