update : 2015.11.03
php.shukuma.com검색:
|
IntlChar::isgraph(PHP 7) IntlChar::isgraph — Check if code point is a graphic character 설명Determines whether the specified code point is a "graphic" character (printable, excluding spaces).
인수반환값
Returns 예제Example #1 Testing different code points
<?php 위 예제의 출력: bool(true) bool(true) bool(true) bool(false) |