update : 2015.11.03
php.shukuma.com검색:
|
IntlChar::isUWhiteSpace(PHP 7) IntlChar::isUWhiteSpace — Check if code point has the White_Space Unicode property 설명Check if a code point has the White_Space Unicode property. This is the same as IntlChar::hasBinaryProperty($codepoint, IntlChar::PROPERTY_WHITE_SPACE)
인수반환값
Returns 예제Example #1 Testing different code points
<?php 위 예제의 출력: bool(false) bool(true) bool(true) bool(true) bool(true) 참고
|