update : 2015.11.03
php.shukuma.com검색:
|
IntlChar::getIntPropertyMinValue(PHP 7) IntlChar::getIntPropertyMinValue — Get the min value for a Unicode property 설명
public static int IntlChar::getIntPropertyMinValue
( int
$property
)Gets the minimum value for an enumerated/integer/binary Unicode property. 인수
반환값The maximum value returned by IntlChar::getIntPropertyValue() for a Unicode property. 0 if the property selector is out of range. 예제Example #1 Testing different properties
<?php 위 예제의 출력: int(0) int(0) int(0) int(0) 참고
|