| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlChar::totitle(PHP 7) IntlChar::totitle — Make Unicode character titlecase 説明The given character is mapped to its titlecase equivalent. If the character has no titlecase equivalent, the original character itself is returned. パラメータ
返り値Returns the Simple_Titlecase_Mapping of the code point, if any; otherwise the code point itself. 戻り値の型は integer になります。ただし、コードポイントを UTF-8 文字列で渡した場合は別で、その場合の返り値の型は文字列になります。 例例1 さまざまなコードポイントの例
<?php 上の例の出力は以下となります。 string(1) "A" string(1) "A" string(2) "Φ" string(2) "Φ" string(1) "1" int(65) int(65) 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlChar::totitle - Make Unicode character titlecase」をGoogle検索
|