Skip to content

PHP ctype

Kirill Nesmeyanov edited this page Apr 24, 2015 · 1 revision

PHP 5.6: ctype extension

Functions

Function name JPHP Extension
ctype_alnum + ctype
ctype_alpha + ctype
ctype_cntrl + ctype
ctype_digit + ctype
ctype_graph + ctype
ctype_lower + ctype
ctype_print + ctype
ctype_punct + ctype
ctype_space + ctype
ctype_upper + ctype
ctype_xdigit + ctype
Clone this wiki locally