update : 2015.11.03
php.shukuma.com검색:
|
IntlChar::isalnum(PHP 7) IntlChar::isalnum — Check if code point is an alphanumeric character 설명
Determines whether the specified code point is an alphanumeric character (letter or digit). 인수반환값
Returns 예제Example #1 Testing different code points
<?php 위 예제의 출력: bool(true) bool(true) bool(false) 참고
|