update : 2015.11.03
php.shukuma.com검색:
|
ctype_alnum(PHP 4 >= 4.0.4, PHP 5, PHP 7) ctype_alnum — Check for alphanumeric character(s) 설명
bool ctype_alnum
( string
$text
)
Checks if all of the characters in the provided string,
인수
반환값
Returns 예제
Example #1 A ctype_alnum() example (using the default locale)
<?php 위 예제의 출력: The string AbCd1zyZ9 consists of all letters or digits. The string foo!#$bar does not consist of all letters or digits. 주의
참고
|