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