| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
IntlChar::getIntPropertyMaxValue(PHP 7) IntlChar::getIntPropertyMaxValue — Get the max value for a Unicode property 설명
   public static int IntlChar::getIntPropertyMaxValue
    ( int  
  $property
   )Gets the maximum 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(22) int(166) int(1) int(-1) 참고
 
  |