update : 2015.11.03
php.shukuma.com검색:
|
IntlChar::hasBinaryProperty(PHP 7) IntlChar::hasBinaryProperty — Check a binary Unicode property for a code point 설명Checks a binary Unicode property for a code point. Unicode, especially in version 3.2, defines many more properties than the original set in UnicodeData.txt. The properties APIs are intended to reflect Unicode properties as defined in the Unicode Character Database (UCD) and Unicode Technical Reports (UTR). For details about the properties see » http://www.unicode.org/ucd/. For names of Unicode properties see the UCD file PropertyAliases.txt. 인수반환값
Returns 예제Example #1 Testing different properties
<?php 위 예제의 출력: bool(true) bool(true) bool(false) bool(false) bool(false) bool(true) 참고
|