update : 2015.11.03
php.shukuma.com검색:
|
IntlChar::ord(PHP 7) IntlChar::ord — Return Unicode code point value of character 설명Returns the Unicode code point value of the given character. This function compliments IntlChar::chr(). 인수
반환값Returns the Unicode code point value as an integer. 예제Example #1 Testing different code points
<?php 위 예제의 출력: int(65) int(32) int(9731) 참고
|