update : 2015.11.03
php.shukuma.com검색:
|
IntlChar::getIntPropertyValue(PHP 7) IntlChar::getIntPropertyValue — Get the value for a Unicode property for a code point 설명Gets the property value for an enumerated or integer Unicode property for a code point. Also returns binary and mask property values. 인수반환값Returns the numeric value that is directly the property value or, for enumerated properties, corresponds to the numeric value of the enumerated constant of the respective property value enumeration type.
Returns 0 or 1 (for Returns a bit-mask for mask properties.
Returns 0 if 예제Example #1 Testing different properties
<?php 위 예제의 출력: bool(true) bool(true) bool(true) 참고
|