| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlChar::isWhitespace(PHP 7) IntlChar::isWhitespace — Check if code point is a whitespace character according to ICU 説明Determines if the specified code point is a whitespace character according to ICU. A character is considered to be a ICU whitespace character if and only if it satisfies one of the following criteria:
パラメータ
返り値
Returns 例例1 さまざまなコードポイントの例
<?php 上の例の出力は以下となります。 bool(false) bool(true) bool(true) bool(true) bool(false) 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlChar::isWhitespace - Check if code point is a whitespace character according to ICU」をGoogle検索
|