| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlChar::isUAlphabetic(PHP 7) IntlChar::isUAlphabetic — Check if code point has the Alphabetic Unicode property 説明Check if a code point has the Alphabetic Unicode property. This is the same as IntlChar::hasBinaryProperty($codepoint, IntlChar::PROPERTY_ALPHABETIC) パラメータ
返り値
Returns 例例1 さまざまなコードポイントの例
<?php 上の例の出力は以下となります。 bool(true) bool(false) bool(false) 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlChar::isUAlphabetic - Check if code point has the Alphabetic Unicode property」をGoogle検索
|