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