| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlChar::getNumericValue(PHP 7) IntlChar::getNumericValue — Get the numeric value for a Unicode code point 説明Gets the numeric value for a Unicode code point as defined in the Unicode Character Database.
For characters without any numeric values in the Unicode Character Database, this function will return
パラメータ
返り値
Numeric value of 例例1 さまざまなコードポイントの例
<?php 上の例の出力は以下となります。 float(4) float(-123456789) float(50) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlChar::getNumericValue - Get the numeric value for a Unicode code point」をGoogle検索
|