| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlChar::getIntPropertyValue(PHP 7) IntlChar::getIntPropertyValue — Get the value for a Unicode property for a code point 説明Gets the property value for an enumerated or integer Unicode property for a code point. Also returns binary and mask property values. パラメータ
返り値Returns the numeric value that is directly the property value or, for enumerated properties, corresponds to the numeric value of the enumerated constant of the respective property value enumeration type.
Returns 0 or 1 (for Returns a bit-mask for mask properties.
Returns 0 if 例例1 さまざまなプロパティの例
<?php 上の例の出力は以下となります。 bool(true) bool(true) bool(true) 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlChar::getIntPropertyValue - Get the value for a Unicode property for a code point」をGoogle検索
|