update : 2015.11.03
php.shukuma.com검색:
|
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 예제Example #1 Testing different code points
<?php 위 예제의 출력: bool(true) bool(false) bool(false) bool(false) 참고
|