update : 2015.11.03
php.shukuma.com검색:
|
IntlChar::isUAlphabetic(PHP 7) IntlChar::isUAlphabetic — Check if code point has the Alphabetic Unicode property 설명Check if a code point has the Alphabetic Unicode property. This is the same as IntlChar::hasBinaryProperty($codepoint, IntlChar::PROPERTY_ALPHABETIC) 인수반환값
Returns 예제Example #1 Testing different code points
<?php 위 예제의 출력: bool(true) bool(false) bool(false) 참고
|