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