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