| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlChar::getCombiningClass(PHP 7) IntlChar::getCombiningClass — Get the combining class of a code point 説明Returns the combining class of the code point. パラメータ
返り値Returns the combining class of the character. 例例1 さまざまなコードポイントの例
<?php 上の例の出力は以下となります。 int(0) int(1) int(232) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlChar::getCombiningClass - Get the combining class of a code point」をGoogle検索
|