| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlChar::getPropertyEnum(PHP 7) IntlChar::getPropertyEnum — Get the property constant value for a given property name 説明
public static int IntlChar::getPropertyEnum
( string
$alias
)Returns the property constant value for a given property name, as specified in the Unicode database file PropertyAliases.txt. Short, long, and any other variants are recognized.
In addition, this function maps the synthetic names "gcm" / "General_Category_Mask" to the property
This function compliments IntlChar::getPropertyName(). パラメータ
返り値
Returns an IntlChar::PROPERTY_ constant value,
or 例例1 さまざまなプロパティの例
<?php 上の例の出力は以下となります。 bool(true) bool(true) bool(true) bool(true) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlChar::getPropertyEnum - Get the property constant value for a given property name」をGoogle検索
|