update : 2015.11.03
php.shukuma.com검색:
|
IntlChar::getPropertyValueEnum(PHP 7) IntlChar::getPropertyValueEnum — Get the property value for a given value name 설명
public static int IntlChar::getPropertyValueEnum
( int
$property
, string $name
)Returns the property value integer for a given value name, as specified in the Unicode database file PropertyValueAliases.txt. Short, long, and any other variants are recognized.
인수
반환값
Returns the corresponding value integer, or 예제Example #1 Testing different properties
<?php 위 예제의 출력: bool(true) bool(true) bool(true) bool(true) |