public class CtypeModule extends AbstractQuercusModule
PHP_INI_ALL, PHP_INI_PERDIR, PHP_INI_SYSTEM, PHP_INI_USER
Constructor and Description |
---|
CtypeModule() |
Modifier and Type | Method and Description |
---|---|
static boolean |
ctype_alnum(Value value) |
static boolean |
ctype_alpha(Value value) |
static boolean |
ctype_cntrl(Value value) |
static boolean |
ctype_digit(Value value) |
static boolean |
ctype_graph(Value value) |
static boolean |
ctype_lower(Value value) |
static boolean |
ctype_print(Value value) |
static boolean |
ctype_punct(Value value) |
static boolean |
ctype_space(Value value) |
static boolean |
ctype_upper(Value value) |
static boolean |
ctype_xdigit(Value value) |
java.lang.String[] |
getLoadedExtensions()
Returns the extensions loaded by the module.
|
static boolean |
isalnum(int ch) |
static boolean |
isalpha(int ch) |
static boolean |
iscntrl(int ch) |
static boolean |
isdigit(int ch) |
static boolean |
isgraph(int ch) |
static boolean |
islower(int ch) |
static boolean |
isprint(int ch) |
static boolean |
ispunct(int ch) |
static boolean |
isspace(int ch) |
static boolean |
isupper(int ch) |
static boolean |
isxdigit(int ch) |
addConstant, addConstant, addConstant, getConstMap, getIniDefinitions
public java.lang.String[] getLoadedExtensions()
AbstractQuercusModule
getLoadedExtensions
in interface QuercusModule
getLoadedExtensions
in class AbstractQuercusModule
public static boolean ctype_alnum(Value value)
public static boolean ctype_alpha(Value value)
public static boolean ctype_cntrl(Value value)
public static boolean ctype_digit(Value value)
public static boolean ctype_graph(Value value)
public static boolean ctype_lower(Value value)
public static boolean ctype_print(Value value)
public static boolean ctype_punct(Value value)
public static boolean ctype_space(Value value)
public static boolean ctype_upper(Value value)
public static boolean ctype_xdigit(Value value)
public static boolean isalnum(int ch)
public static boolean isalpha(int ch)
public static boolean iscntrl(int ch)
public static boolean isdigit(int ch)
public static boolean isgraph(int ch)
public static boolean islower(int ch)
public static boolean isprint(int ch)
public static boolean ispunct(int ch)
public static boolean isspace(int ch)
public static boolean isupper(int ch)
public static boolean isxdigit(int ch)