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