| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlChar::hasBinaryProperty(PHP 7) IntlChar::hasBinaryProperty — Check a binary Unicode property for a code point 説明Checks a binary Unicode property for a code point. Unicode, especially in version 3.2, defines many more properties than the original set in UnicodeData.txt. The properties APIs are intended to reflect Unicode properties as defined in the Unicode Character Database (UCD) and Unicode Technical Reports (UTR). For details about the properties see » http://www.unicode.org/ucd/. For names of Unicode properties see the UCD file PropertyAliases.txt. パラメータ
返り値
Returns 例例1 さまざまなプロパティの例
<?php 上の例の出力は以下となります。 bool(true) bool(true) bool(false) bool(false) bool(false) bool(true) 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlChar::hasBinaryProperty - Check a binary Unicode property for a code point」をGoogle検索
|