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