update : 2015.11.03
php.shukuma.com검색:
|
IntlChar::getNumericValue(PHP 7) IntlChar::getNumericValue — Get the numeric value for a Unicode code point 설명Gets the numeric value for a Unicode code point as defined in the Unicode Character Database. For characters without any numeric values in the Unicode Character Database, this function will return float(-123456789). 인수반환값
Numeric value of 예제Example #1 Testing different code points
<?php 위 예제의 출력: float(4) float(-123456789) float(50) |