| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlChar::ord(PHP 7) IntlChar::ord — Return Unicode code point value of character 説明Returns the Unicode code point value of the given character. This function compliments IntlChar::chr(). パラメータ
返り値Returns the Unicode code point value as an integer. 例例1 さまざまなコードポイントの例
<?php 上の例の出力は以下となります。 int(65) int(32) int(9731) 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlChar::ord - Return Unicode code point value of character」をGoogle検索
|