update : 2015.11.03
php.shukuma.com검색:
|
IntlChar::isblank(PHP 7) IntlChar::isblank — Check if code point is a "blank" or "horizontal space" character 설명Determines whether the specified code point is a "blank" or "horizontal space", a character that visibly separates words on a line. The following are equivalent definitions:
인수반환값
Returns 예제Example #1 Testing different code points
<?php 위 예제의 출력: bool(false) bool(true) bool(true) 참고
|