update : 2015.11.03
php.shukuma.com검색:
|
IntlChar::islower(PHP 7) IntlChar::islower — Check if code point is a lowercase letter 설명Determines whether the specified code point has the general category "Ll" (lowercase letter).
인수반환값
Returns 예제Example #1 Testing different code points
<?php 위 예제의 출력: bool(false) bool(true) bool(false) bool(true) bool(false) 참고
|