| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlChar::charDigitValue(PHP 7) IntlChar::charDigitValue — Get the decimal digit value of a decimal digit character 説明Returns the decimal digit value of a decimal digit character. Such characters have the general category "Nd" (decimal digit numbers) and a Numeric_Type of Decimal. パラメータ
返り値
The decimal digit value of 例例1 さまざまなコードポイントの例
<?php 上の例の出力は以下となります。 int(1) int(2) int(3) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlChar::charDigitValue - Get the decimal digit value of a decimal digit character」をGoogle検索
|