function ctype alpha

ctype_alphaPodręcznik PHPPoprzedniNastępnyctype_alpha (PHP 4 >= 4.0.4)ctype_alpha -- Check for alphabetic character(s)Descriptionbool ctype_alpha ( string text) Returns TRUE if every character in text is a letter from the current locale, FALSE otherwise. In the standard C locale letters are just [A-Za-z] and ctype_alpha() is equivalent to (ctype_upper($text) || ctype_lower($text)), but other languages have letters that are considered neither upper nor lower case. See also ctype_upper(), ctype_lower(), and setlocale(). PoprzedniSpis treściNastępnyctype_alnumPoczątek rozdziałuctype_cntrl
Wyszukiwarka

Podobne podstrony:
function ctype alpha
function ctype alnum
function ctype upper
function ctype punct
function ctype lower
function ctype space
function ctype space
function ctype xdigit
function ctype xdigit
function ctype alnum
function ctype cntrl
function ctype punct
function ctype digit
function ctype cntrl

więcej podobnych podstron