| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlChar::isblank(PHP 7) IntlChar::isblank — Check if code point is a "blank" or "horizontal space" character 説明Determines whether the specified code point is a "blank" or "horizontal space", a character that visibly separates words on a line. The following are equivalent definitions:
パラメータ
返り値
Returns 例例1 さまざまなコードポイントの例
<?php 上の例の出力は以下となります。 bool(false) bool(true) bool(true) 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlChar::isblank - Check if code point is a "blank" or "horizontal space" character」をGoogle検索
|